Set the security for a single file
<configuration> <location path="Documents/Default.aspx"> <system.web> <authorization> <allow roles="Admin" /> </authorization> </system.web> </location> </configuration>