PDA

Click to See Complete Forum and Search --> : Block serving a file (such as .js)


wey97
Mar 14th, 2005, 10:14 AM
Is there an easy way to configure your IIS Server to stop users from typing in the url of your files and downloading them?
I know other source code files and xml files are blocked. The only way I found was C++ code to create a dll to install as an ISAPI filter.

Hope there's an easier way...