How do I combine WebResource.axd and ScriptResource.axd files so as to result in less requests to my ASP.NET server?

后端 未结 3 1058
耶瑟儿~
耶瑟儿~ 2020-12-04 20:37

On a site I\'m working on, the pages are generating 45 external WebResource.axd and ScriptResource.axd files so the broswers have to request all 45 references. That\'s a lot

3条回答
  •  囚心锁ツ
    2020-12-04 21:15

    Try using ajax - ToolkitScriptManager instead of asp - ScriptManager - it tends to combine as much of the resource requests as it can.

提交回复
热议问题