我正在使用许多生成脚本的 ajax 实用程序。ModalPopupExtender 就是其中之一。
我已经为我的所有 css/js/images 等设置了一个静态子域,我只是在路径前添加。
我想做的是对 ajax 脚本做同样的事情——这可能吗?实际上,我想将脚本捆绑到我自己的 CDN 上。
Here's some documentation:
http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.scripts.aspx (.Net 4.0 and above)
http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.scriptpath(v=vs.90).aspx (.Net 3.5)
The script files are at:
(see comment, not enough rep...)
You should then be able to change the script path for each script resource and away you go.