I have 2 ASP.NET applications, 1 WebForms and 1 MVC. Combres worked great for both, working locally on IIS Express. After deploying both applications on the test server (IIS 7, both applications are on the same website in IIS), the combres.axd link, which is referenced in the pages of the WebForms application, returns 404, while the MVC application works fine.
I connected the WebForms application to my local IIS and it worked fine again.
I looked at the modules and handlers between my local IIS, MVC application, and WebForms application, and the routing registration was the same.
If I set defaultDebugEnabled = "true", then it generates a script tag for each script in the resource set and works fine.
Any ideas on debugging 404 from combres.axd?
Ryanw
source share