I am migrating an ASP.NET 2 website from Windows Server 2003 to Windows Server 2012. This means going from IIS 5 to IIS 8.
In IIS 5 I used to map all xml requests to be handled by asp.net (they needed to be served from a dynamic different location), but when trying to set that up using the handlers in IIS 8, I just get a 404 not found error.
I have verified that my handler is the first in the order and that it's for "unspecified" path types.
How can I set this up so it works in IIS 8 too?