Is xspisapi.dll still needed in 2003

D

DazedAndConfused

Is this still required to prevent users from downloading source files?



<!-- PREVENT SOURCE CODE DOWNLOAD

This section sets the types of files that will not be downloaded. As well as
entering

a httphandler for a file type, you must also associate that file type with
the xspisapi.dll

in the App Mappings property of the web site, or the file can be downloaded.

It is recommended that you use this section to prevent your sources being
downloaded.

-->

<httpHandlers>

<add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web"
/>

<add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web"
/>

<add verb="*" path="*.vbproj"
type="System.Web.HttpNotFoundHandler,System.Web" />

<add verb="*" path="*.csproj"
type="System.Web.HttpNotFoundHandler,System.Web" />

<add verb="*" path="*.webinfo"
type="System.Web.HttpNotFoundHandler,System.Web" />

</httpHandlers>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top