Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

Web config file for forms-based authentication

<system.web>    <authentication mode="Forms">       <forms name="formName" loginUrl="Login.aspx" path="/" />    </authentication>         <authorization>       <deny users="?" />    </authorization> </system.web>