web site's file download protection
-
hi i'm a c# developer how can i protect my image and archive(zip) files in my web site from unauthorized downloads? thanks
-
hi i'm a c# developer how can i protect my image and archive(zip) files in my web site from unauthorized downloads? thanks
Hi, If you want to protect ZIP, GIF and other files (from ASP.NET app) you'll need to map these files to
aspnet_isapi.dll
(in IIS settings first). If you use builtin asp.net security you can put these files in restricted directory (this article describes some basics: http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=85[^] ). If you don't use builtin authentication you may be interested in this solution: http://aspnet.4guysfromrolla.com/articles/020404-1.aspx[^].Tomas Petricek (Microsoft C# MVP)
www.eeeksoft.net | Photos | ASP.NET Multi-column layout control -
Hi, If you want to protect ZIP, GIF and other files (from ASP.NET app) you'll need to map these files to
aspnet_isapi.dll
(in IIS settings first). If you use builtin asp.net security you can put these files in restricted directory (this article describes some basics: http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=85[^] ). If you don't use builtin authentication you may be interested in this solution: http://aspnet.4guysfromrolla.com/articles/020404-1.aspx[^].Tomas Petricek (Microsoft C# MVP)
www.eeeksoft.net | Photos | ASP.NET Multi-column layout controlhi dear Petricek how can i do this ? plz tell me some detail thanks a lot