Hi ASP.NET Experts,
Can you please explain the significance of ".ASPXFORMSAUTH" in ASP.NET
<authentication mode="Forms"> <forms loginUrl="member_login.aspx" name=".ASPXFORMSAUTH" /> </authentication>
What if I don't use name=".ASPXFORMSAUTH" ?
Thanks.
...
Go to the complete details ...