IIS 8 Handler Mappings
July 20, 2015 10:10 AM   Subscribe

I am trying to get an IIS 8 server to process classic asp inside of files with a specific extension.

I have gone through the handler mappings interface (Handler Mappings > Add Script Map > *.foo in Request Path > C:\Windows\system32\inetsrv\asp.dll in Executable.

Basically I have cloned the entry for *.asp and called it *.foo. But it doesn't work. Instead of seeing "Hello World" I see <% response.write "hello world" %>, so to speak.

What am I missing? Any ideas?
posted by dirtdirt to Computers & Internet (2 answers total)
 
Maybe look through the details for python?
posted by sammyo at 10:18 AM on July 20, 2015


Is there a particular reason you want to do this? Instead of cloning the files, could you use the IIS URL rewriting module to direct requests for *.foo to *.asp?
posted by Aleyn at 12:33 AM on July 21, 2015


« Older Co-worker drama over complaining   |   Resources and info on the history of Boston MA pop... Newer »
This thread is closed to new comments.