You can add a <location> tag in your web.config file, outside system.web but still inside configuration like this:
<location path="Admin">
<system.web>
<authorization>
<allow roles="Administrator" />
<deny users="*"/>
</authorization>
</system.web>
</location>
</configuration>
This blocks the folder Admin for all users except for Administrators
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to:
6 Minutes by
Tricky (Track 5 from the album:
Angels With Dirty Faces)
What's This?