Handler not yet determined error

Posted by SourceC on Stack Overflow See other posts from Stack Overflow or by SourceC
Published on 2009-04-19T23:51:08Z Indexed on 2010/06/17 11:03 UTC
Read the original article Hit count: 209

Filed under:
|
|

Hello,


I don’t know anything about deploying a website, so I probably made some stupid mistake.

Anyways, I opened IIS 7 manager, created new virtual directory ( via Add Application ) and pointed it to physical directory where Visual studio saved my Web project. But when I tried to request an .aspx page, browser reported the following error (I won’t post the whole error, but just the interesting bits):

Handler: Not yet determined
Config Error: Cannot read configuration file due to insufficient permissions
Logon User: Not yet determined


A) why is handler not yet determined? As far as I know, IIS7 does have Asp.Net handler registered?!

B) Why wouldn’t IIS have sufficient permissions? Does that mean I should give IIS higher privileges? Or does Asp.Net runtime have insufficient permissions?

C) Could the error also be due to the fact that perhaps it expected the user to authenticate itself? I’m assuming this due to Logon user not yet being determined?

D) And finally, any ideas how to make it work?


thanx

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis