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).
I tried using the CompositeScript
in ScriptManager
and again it doesn't work on Test/Production environments.
I used SquishIt to resolve the other files. (see attachment)
WebResource.axd
, it at least minified theScriptResource.axd
. There were cases where I had more than oneScriptResource.axd
and it combined them as well. Thanks @Ferule for your help. – Curson