I'm working on an Asp.Net Application in Windows XP Professional with IIS 5, VS 2008 and MS Sql Server 2008. Normal Asp.Net program and html page can be viewed correctly in IIS, however, if there is a successful database connection in the Asp.Net program(otherwise it will show a exception page), the IIS will ask for username and password and then throws:
You are not authorized to view this page ... HTTP 401.2 - Unauthorized: Logon failed due to server configuration
Any one can help?
Thanks