Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
Any insight on this would be appreciated. Thanks.
IIS 5.0 changed quite a bit from IIS 4.0, so that's why you're running into issues. (Wait until you see the changes between IIS6 with .NET Server!) The issue you're running into relates to how DCOM authentication tries to run the application. You shouldn't see this problem running your WebClass object by itself, but only when running the object under the IDE debugger.
There are several Microsoft Knowledge Base articles and MSDN Columns I found that will show you exactly how to get your debugger set up in order to debug:
- Debugging ASP Applications, part 2
- PRB: Server Object Error "ASP 0178" Occurs When You Run a WebClass in Windows 2000 (KB: Q255502)
- PRB: Error Occurs When You Debug a COM+ Component Under the Visual Basic IDE with an ASP Client (KB: Q259725)
This was first published in September 2002
Join the conversationComment
Share
Comments
Results
Contribute to the conversation