Asp.net 4.0 Handler Mappings Missing in IIS7

Posted by Marc on Server Fault See other posts from Server Fault or by Marc
Published on 2010-06-16T17:09:20Z Indexed on 2010/06/16 17:12 UTC
Read the original article Hit count: 389

I have two Windows 2008 R2 Servers running an asp.net 4.0 app. The server that is having problems actually loads asp.net pages just fine, but if there are any ajax calls they don't work. I noticed there are no .net 4.0 specific Handler Mappings in IIS for this server like the other server has.

It's literally missing all .net 4.0 mappings (.axd, .soap, .cshtm, .ashx and even .aspx). I've tried running "aspnet_regiis -ir" but that didn't help. Should I reinstall the .net 4.0 framework? Manually add all these missing mappings? Is there something else going on?

What I don't want to do is add a ton of handlers to a web.config, they aren't needed on the server that works so it shouldn't be needed on the broken one.

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about ASP.NET