combining multiple calls to ScriptResource.axd
I am trying to minimize calls to ScriptResource.axd but i have failed. Below is the result
I am trying to minimize calls to ScriptResource.axd but i have failed. Below is the result
I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with following code:
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.
We have an array of about 12 servers serving a website. Over the past few hours, one single server has started throwing exceptions for WebResource.axd and ScriptResource.axd requests.
I have been trying for a week now to reduce the number of requests on our web application but I can’t seem to combine the .axd files. I got a suggestion from somewhere which worked locally (development box) but doesn’t work on our test and production environment as they are both on HTTPS. The developer didn’t comment on that and the component he wrote was last updated in 2011. (I will find the link and update this post).