Use the location node in the web.config to deny access to the folder.
Code:<location path="myfolder"> <allow roles="admins" /> <deny users="*" /> </location>
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |