PeterW
09-09-2000, 11:00 AM
Well dear Sirs (and Ladies, of course), riddle me this...
I am trying to make my first IIS application, and I am doing my very best to follow the instructions. As far as I understand it, the basics are: 1) Start a new IIS app, 2) Save it, and c) Run it. That should get a Hello World, at least. Well it doesn't for me! I get an error message (included below) that is beyond my abilities to understand. Is there anyone Out There who might help me?
Peter
Error Type:
Server object, ASP 0178 (0x800A0005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
/IISTest/WebClass1.ASP, line 14
... and a quick peek at line 14 in WebClass1.ASP reveals...
Application "~WC~WebClassManager").ProcessNoStateWebClass "Project1.WebClass1", Server, Application, Session, Request, Response
I am trying to make my first IIS application, and I am doing my very best to follow the instructions. As far as I understand it, the basics are: 1) Start a new IIS app, 2) Save it, and c) Run it. That should get a Hello World, at least. Well it doesn't for me! I get an error message (included below) that is beyond my abilities to understand. Is there anyone Out There who might help me?
Peter
Error Type:
Server object, ASP 0178 (0x800A0005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
/IISTest/WebClass1.ASP, line 14
... and a quick peek at line 14 in WebClass1.ASP reveals...
Application "~WC~WebClassManager").ProcessNoStateWebClass "Project1.WebClass1", Server, Application, Session, Request, Response