3
votes

I have an application that makes use of the default ASP.NET HTTP handler extension, .ashx. This no longer works in IIS 7.5. I get a 404.3 message with instructions to add a handler.

I used the default handler extension specifically to keep things simple and not have to add a mapping within the setup program for my web application.

The new version of IIS seems to have a lot of changes from IIS 6....am I missing something?

1

1 Answers

5
votes

When you enable ASP.NET, then the mappings are added. Doh! I missed this. It's a little bit buried in Windows 7 when you "turn on" features like IIS.