Xml files stop being served by IIS6 after allowing .net to process the .xml extension
- by Brian Surowiec
I added a route into my site to allow for a sitemap and everything worked fine in IIS7 but once I deployed the route stopped working. Since the live server is running IIS6 I needed to put a new mapping in for .xml to be processed by .net and then it started to work.
My issue though is on every other xml file on the site now. I keep getting a 404…