Mega Code Archive

 
Categories / ASP.Net / Development
 

URL Authorization in the web config file with allow and deny attributes

<system.web>     <authorization>         <allow users="Ssivakumar" />         <deny roles="Sales, Marketing" />     </authorization> </system.web>