Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/asp.net-mvc-3/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 浏览器IE11显示无限加载状态,但IE9和IE10可以_C#_Asp.net Mvc 3_Signalr - Fatal编程技术网

C# 浏览器IE11显示无限加载状态,但IE9和IE10可以

C# 浏览器IE11显示无限加载状态,但IE9和IE10可以,c#,asp.net-mvc-3,signalr,C#,Asp.net Mvc 3,Signalr,我正在我的web应用程序中使用signalR进行聊天。signalR版本1.1.4。 它在chrome和firefox中运行良好,但在IE所有版本中(在IE9、IE10和IE11中)显示出持续加载。 默认情况下,IE浏览器使用的传输代理是forver frames。firefox和chrome使用服务器发送事件 After searching i found that there is loading issue in IE with forver frames. 我替换了@JMacPSU建议

我正在我的web应用程序中使用signalR进行聊天。signalR版本1.1.4。 它在chrome和firefox中运行良好,但在IE所有版本中(在IE9、IE10和IE11中)显示出持续加载。 默认情况下,IE浏览器使用的传输代理是forver frames。firefox和chrome使用服务器发送事件

After searching i found that there is loading issue in IE with forver frames.
我替换了@JMacPSU建议的signarjs文件中的代码。

在replace@JMacPSU代码之后,它在IE9和IE10中工作,但在IE11中仍然显示连续加载。
请帮助我

在本地站点和/或文档域中出现问题吗?在本地和服务器中如果是我,我会启动IE中的开发工具,查看请求是否以及如何启动,以及在到达浏览器时如何处理。我在IE中使用开发工具进行了检查,请求触发在所有版本中都是相同的,没有需要跟踪的问题