Re: Configuration Error using Forms Authentication

From: nmt via DotNetMonster.com (forum_at_DotNetMonster.com)
Date: 04/11/05


Date: Mon, 11 Apr 2005 14:15:12 GMT

I did what you said. I removed the authorization element in the
register/web.config file. I added the forms element with the loginUrl to
the root web.config file. And now it wants a network username and
password; it says access is denied after it prompts me for a network
username and password. Also in the loginUrl you used the path 'Register\
Login.aspx', but that path is not a correct path, so I changed it to just
say 'Login.aspx'. Here is the error I am getting:
-----------
Server Error in '/dbpractice' Application.

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.: You do not have permission to view this directory or
page using the credentials you supplied. Contact the Web server's
administrator for help.
-----------

-- 
Message posted via http://www.dotnetmonster.com