gpt4 book ai didi

ASP.NET Ajax 客户端框架加载失败

转载 作者:行者123 更新时间:2023-12-04 17:03:40 25 4
gpt4 key购买 nike

我收到此错误:

ASP.NET Ajax client-side framework failed to load



有错误:

'Sys' is undefined.



错误 qppears 在 IE 的底部(错误消息),并且仅当我在服务器上运行站点时出现。在我的本地主机上一切正常。

我搬到了新服务器,但我遇到了问题。在我以前的服务器中一切都很好。

问题来自ajax的SCRIPTMANAGER。

我能做什么? web.config 中的一些东西,或者主机公司是否需要安装一些东西?

ASP.NET 4、IIS 7.5

IE 上丑陋的黄色三角形并不是困扰我的原因。

最佳答案

一个快速的解决方案是更新您的 web.config 并添加以下部分

<handlers>
<remove name="WebServiceHandlerFactory-Integrated"/>
<remove name="ScriptHandlerFactory"/>
<remove name="ScriptHandlerFactoryAppServices"/>
<remove name="ScriptResource"/>
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</handlers>

关于ASP.NET Ajax 客户端框架加载失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8638436/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com