|
For IIS 6.0: ASP.NET Forms authentication will only secure content that is processed by the aspnet_isapi.dll (mainly .aspx files). If you need to replace other static file types (such as text files, video files, etc...), you can do that by mapping them...
|