Hi all,
I have created a web application (ASP.NET 2.0) with form authentication.
<authentication mode="Forms">
<forms name=".ASPXAUTH" protection="All" timeout="30" loginUrl="user/login.aspx">
</forms>
I am able to run this site but we are getting authentication popup and error (?Access is denied?).
How to solve this authentication issue?
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 ...
Go to the complete details ...