I have an application that uses the default ASP HTTP handler extension, .ashx. This no longer works in IIS 7.5. I get a 404.3 message with instructions for adding a handler.
I used the default handler extension specifically so that everything is simple and there is no need to add a map to the installer for my web application.
The new version of IIS seems to have a lot of changes from IIS 6 .... did I miss something?
source
share