We have a Classic ASP [filename.asp] site hosted on an IIS6 Server (Win 2003). I recently found that these files were being downloaded entirely using HTTrack. I was under the assumptions that such filed are only "Serverd" and not offered to be downloaded directly from an IIS server. I thought only plain HTML/CSS/js files could be downloaded.
How to ensure that classic ASP files are served and not downloaded directly.
Note: Directory browsing is OFF.