Jeremyx
Jeremyx

Reputation: 263

Is the default ASHX handler mapping missing from IIS 7.5 (Windows 7)?

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?

Upvotes: 3

Views: 6482

Answers (1)

Jeremyx
Jeremyx

Reputation: 263

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.

Upvotes: 5

Related Questions