IIS6 Wildcard Mapping to ASP.NET - no file extension results in IIS 404
- by Ian Robinson
I'm trying to perform what I understand to be a relatively simple task. I'd like to remove the extensions from the URLs on my website. I have the proper set up in my application to handle and rewrite the URLs - the trouble is I can't get past IIS to actually get to my application without the extensions.
The details:
I'm running IIS6 on Windows…