When writing ASP.NET applications and using forms based authentication. Your static files (images, .doc, .htm etc.) are left unprotected. To solve this potentially security problem you can configure a HTTP handler and make the ASP.NET ISAPI filter handle your static files.
Here is a short description on making the static files a little more secure:
No comments:
Post a Comment