Hi,
I have:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="Register.aspx">
<system.web>
<authorization>
<allow users="*"/>
</authorization>
</system.web>
</location>
<system.web>
<authorization>
<deny users="?"/>
</authorization>
</system.web>
<system.web>
<authentication mode="Forms">
<forms name="admin" loginUrl="~/Account/Login.aspx" timeout="2880" />
</authentication>
</system.web>
<!--<location path="Login.aspx">
<system.web>
<authorization>
<allow users="?"/>
</authorization>
</system.web>
</location>-->
</confi ...
Go to the complete details ...