views:

148

answers:

1

I have a website that used to have .dsp file extensions for all pages. There are alot of other sites referencing mine that reference the pages like that, but my pages are all actually .aspx pages. In IIS5, I was able to configure this to work.

My problem is I've recently switched from IIS5 to IIS7, and I have no idea how to map these requests (.dsp) to the real file (.aspx) without the server telling me the file doesn't exist.

A: 

In IIS Manager, double-click on "Handler Mappings" to see the current file extension mappings. To make *.dsp behave as an .aspx file, just duplicate all of the existing *.aspx entries with your extension.

RickNZ