Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forms Authentication
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00672857
Message ID:
00673096
Views:
20
>Does the web.config file in the wlogin directory also have the same authentication information?


wlogin directory:
<authentication mode="None" />
<authorization>
	<allow users="*" />
</authorization>
wphyscnt directory:
<authentication mode="Forms">
    <forms name=".ChooseGroup" loginUrl="../wlogin/login.aspx" />
</authentication>
<authorization>
	<deny users="?" />
</authorization>
Should they be the same? Thanks,
jfh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform