Pages

Sunday, 15 April 2012

How to Use Form Authentications Applications


these code we have to write in web.config file.......

<authentication mode="Forms">
<forms name="f1" loginUrl="login.aspx">
</forms>
</authentication>
<authorization>
<deny users="?"/>
</authorization>

No comments:

Post a Comment