Upon installing IIS, I attempt to access it to ensure it's working correctly. I am immediately greeted with a login prompt upon connecting to http://localhost. Assuming it's like most new installations, I log in as admin with no password. The login worked, but I am instantly greeted with the following error:
Quote
error '8002801c'
Error accessing the OLE registry.
/iisHelp/common/500-100.asp, line 17
Error accessing the OLE registry.
/iisHelp/common/500-100.asp, line 17
Upon locating that file and looking inside it, I see this:
Set objASPError = Server.GetLastError
Looks like a standard error-handling procedure to me, so I'm assuming the problem is something larger. I've Googled this thing, and I keep finding unrelated things regarding the same issue, or people where ASP used to work and doesn't, or some pages work and some don't. Crap about error 36 in the Event Log (but I'm getting no events from IIS at all).
This is my first step venturing into IIS, and it's already leaving me with a sour taste in my mouth. Has anyone encountered this common yet frustrating issue before?
This post has been edited by Valek: 24 March 2009 - 12:22 AM

New Topic/Question
Reply


MultiQuote


|