Where can I get MicrosoftAjax.js

倖福魔咒の 提交于 2019-12-11 17:52:12

问题


My website has to run behind a reverse proxy in production. This causes a problem with the path to the axd files, as others have seen. The solution is to include the source js files directly in your application instead of getting them generated from the AjaxControlToolkit.dll. This works well for most of the files. But I can't find MicrosoftAjax.js on my machine. Where can I get this file? Specifically, where can I get the 3.5 version of the file?


回答1:


You can get to it by using reflector to open up System.Web.Extensions.dll. Look in the resources section for the js files. Right click on the file and choose 'Save As'.



来源:https://stackoverflow.com/questions/3773903/where-can-i-get-microsoftajax-js

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!