/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Goes in order until first match found <location> <system.web> <authorization> <allow roles="Admin"/> <deny users="*"/> </authorization> </system.web> </location> allow, deny users, ex: users="Jeff" "*" = all "?" = anonymous