
|
email this FAQ to a colleague
Q:
I am getting this error:
Server object error 'ASP 0177:80040154 '
Server.createobject failed
/advworks/equipment/equip.asp, line 2
The call to server.createobject failed The requeted object instance can not be created.
What is the problem?
A:
This sometimes occurs because the class is not in the registry, but it also often occurs if IUSR_MACHINE doesn't have adequate permissions to launch this server.
- Michael Corning
|
Articles
|
|
|
Jul 5, 2000 - Point the Way with Graphics
|
|
|
IImages may also be used via the ASP Request Object. This article will
show you how the use the Request.Form("ImageName.X") property for such tasks as
record navigation (e.g. << Record 1 of 15 >>) or column headings for HTML tables
may use images rather than buttons.
type = "SUBMIT") are the common mechanism to allow the user to request actions from
your Web site. Images may also be used via the ASP Request Object. This article will
show you how the use the Request.Form("ImageName.X") property for such tasks as
record navigation (e.g. << Record 1 of 15 > >) or column headings for HTML tables
may use images rather than buttons.
[Read This Article] [Top]
|
|
|