changes aren't seen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i have an asp.net 2.0 app that is giving a user the following error message:

Access is denied.
Description: An error occurred while accessing the resources required to
serve this request. The server may not be configured for access to the
requested URL.

Error message 401.2.: Unauthorized: Logon failed due to server
configuration. Verify that you have permission to view this directory or
page based on the credentials you supplied and the authentication methods
enabled on the Web server. Contact the Web server's administrator for
additional assistance.

I have since made the security changes to authorize the user but the user
still can't access the page unless i do an iisreset.

is there another way to handle this other than the harsh reset? i'm not sure
what's going on? is it getting cached or something. there's nothing in the
application telling it to cache?

thanks,
rodchar
 
Error message 401.2.: Unauthorized: Logon failed due to server
configuration. Verify that you have permission to view this directory or
page based on the credentials you supplied and the authentication methods
enabled on the Web server. Contact the Web server's administrator for
additional assistance.

Ensure that the credentials not being sent "automatically" by Internet
Explorer.
Tools -> Internet Options -> Security -> Intranet/Internet/Trusted Sites ->
"Custom Level" -> User Authentication (last option) -> Logon -> (Select)
Prompt for username and password [instead of "Automatic Logon only in
Intranet Zone".

HTH.


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------
 
Back
Top