vote up 1 vote down star

What causes this error, how can I fix it?

Detailed Error Information Module IIS Web Core Notification BeginRequest Handler Not yet determined Error Code 0x8007052e Config Error Can not log on locally to C:\inetpub\wwwroot as user administrator with virtual directory password
Config File Unavailable (Config Isolation) Requested URL http://192.168.0.3:80/ Physical Path C:\inetpub\wwwroot Logon Method Not yet determined Logon User Not yet determined Config Source

flag

The "real" error message is usually someplace on the page. You should post the full content of the error page your getting if you want help with this question. – jfar May 30 at 6:11

2 Answers

vote up 1 vote down check

Looks like the user account you're using for your app pool doesn't have rights to the web site directory, so it can't read config from there. Check the app pool and see what user it is configured to run as. Check the directory and see if that user has appropriate rights to it. While you're at it, check the event log and see if IIS logged any more detailed diagnostic information there.

link|flag
correct bruce, had resolved this this morning, it appeared the systems admin guy changed the accounts passwords on the servers but omitted to change the user account login foir the virtual directory. It seems that the error showed overnight when the site had a period of inactivity, shutting down application process. Thanks for the answer – Stuart May 30 at 22:58
vote up 0 vote down

Check ASP.NET Installed or Not From Windows Component tool

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.