Reputation: 100
I have an application that we've recently converted from a Web Site to a Web Application, and migrated to a more modern server.
After some rigorous testing on what I'll refer to as our "test box", we launched the new version of the application, but we've had some strange errors, some of which are causing real trouble for our users.
When I press a button that previously performed some action, it now causes a 404 error (viewed using Chrome dev tools), to the path ScriptResource.axd?d=aaabbbbccc[snip].
The functionality works fine on the testing box, and the web.config files are identical on both boxes. ASP.NET, MVC etc. are all installed on the production box, as on the test box. The production box and test box are both running IIS7.5 on Windows Server 2008.
What am I missing?
Upvotes: 0
Views: 524
Reputation: 2909
Have you checked the other similar questions on Stackoverflow?
ScriptResource.axd 404 not found
scriptresource.axd 404 error in asp net 4 application - webresource works fine though
.axd files generate a 404 error
When I browse http://localhost:8004/elmah.axd, it generates 404 error
Upvotes: 1