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...