Click here to Skip to main content
15,899,474 members
Articles / Web Development / ASP.NET

Limit Access Rights to download a file in ASP.NET

Rate me:
Please Sign up or sign in to vote.
4.29/5 (9 votes)
22 Feb 2010CPOL 17.4K   13  
If you want to keep a downloadable file private to end users / customers with their username and password, everyone suggests not to put the file in the web root directory, and gives you a suggestion to change IIS settings and use Response.TransmitFile. When you are not having access to the...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions