How to restict access to a paricular folder in asp .net

Posted by Manjoor on Stack Overflow See other posts from Stack Overflow or by Manjoor
Published on 2009-08-12T11:09:37Z Indexed on 2010/05/09 5:28 UTC
Read the original article Hit count: 188

Filed under:
|

I have a subdirectory in my root folder by the name files. I want to deny direct access to files under this directory. However my application can read and write to this directory programatically.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about permissions