Mega Code Archive

 
Categories / ASP.Net / Development
 

Asterisk () represents all users and the question mark () represents anonymous users

<system.web>     <authorization>         <allow roles="Admin" />         <deny users="?" />     </authorization> </system.web>