Re: Configuration Error using Forms Authentication

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


Date: Fri, 08 Apr 2005 16:50:17 GMT

When I originally created the Web.config file in a folder named Register,
the settings were:
-----------------
<authentication mode="Windows" />
<authorization>
        <allow users="*" />
</authorization>
-----------------
Should I just leave these settings alone? This page can be accessed by
anyone and doesn't need authorization. This folder is in the same project
as the login form, does that matter? Should I create a new virtual
directory for the register page?

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