Hey everyone, I have a .net 4 application that i just deployed to production. The app loadas fine, except my referenced js files arent loading properly. Using fiddler I found that the ScriptResource.axd calls are returning 404 errors.
Heres the kicker, the page is also making a call via WebResource.axd, and that request works just fine.
Any ideas what I can check for? Were running IIS7. It is load balanced, but we have machinekeys in the config. I added an httpHandlers section for scriptresource.axd.. but Im still having the same issue.. stumped...
Update - we think ou websrver has no idea what an axd file is. Is there any install for .net that will install the axd mappings in iis?