Return to Snippet

Revision: 12054
at February 28, 2009 19:07 by spark9


Initial Code
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

Initial URL


Initial Description


Initial Title
ASP.NET web.config security

Initial Tags


Initial Language
ASP