security - "Access is Denied" accessing a subpage in ASP.net (hosting with IIS) -


i'm getting current error when trying go page other index:

server error in '/' application.
access denied.
description: error occurred while accessing resources required serve request. server may not configured access requested url.
error message 401.2.: unauthorized: logon failed due server configuration. verify have permission view directory or page based on credentials supplied , authentication methods enabled on web server. contact web server's administrator additional assistance.
version information: microsoft .net framework version:4.0.30319; asp.net version:4.0.30319.1

there no login system site. 1 small database.

does have ideas?

thanks if can!

if can hit root page not others i'd concerned ntfs permissions. check out tip anon user p.campbell suggesting. think you'll find you're ok anonymous @ iis level, granted appropriate file permissions "index" page , need propagate permissions rest of files/directories in question.

edit: here's link goes through basics ntfs permissions. boils down worker identity needing read access @ least. default, identity either aspnet or network service, depending on os. can configure application pool else if want though:

http://support.microsoft.com/kb/815153


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -