Defining a new extension in IIS Options

  • Thread starter Thread starter mazdotnet
  • Start date Start date
M

mazdotnet

Hi guys,

I need to do a redirect anytime a call is made to somepage.xps. How
can I define .xps to be processed like html or aspx? I tried adding a
handler to iis but it still doesn't work. I'm using Vista.

Thanks
Maz
 
Add .xps to the application extension mappings.

Right-click the application in the IIS Manager, select "Properties"
and the click the "Configuration" button.

Copy the executable paths from an existing extension and click the "Add" button.
Then, configure .xps for whatever verbs you need.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
=========================
 
Back
Top