Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

Specify all users with the use of the asterisk ()

<configuration>      <system.web>        <authentication mode="Windows" />             <allow roles="*" />        </authorization>     </system.web> </configuration>