首页 新闻 会员 周边

WebRescource.axd 问题求解

0
悬赏园豆:200 [已关闭问题]

由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
异常详细信息: System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。

源错误:

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 

堆栈跟踪:


[SocketException (0x274c): 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 ]
  System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +1073657
  System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +33
  System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +217

[WebException: 无法连接到远程服务器]
  System.Net.HttpWebRequest.GetResponse() +1532114
  DC.Web.HttpCompress.CompressWebResource.CompressResource(HttpContext context) +525
  DC.Web.HttpCompress.HttpModule.context_EndRequest(Object sender, EventArgs e) +177
  System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
  System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64

geruger的主页 geruger | 初学一级 | 园豆:0
提问于:2009-06-02 16:40
< >
分享
其他回答(1)
0

ASP.NET 2.0 及以上,默认采用IE 的代理服务器设置来连接网络,请确认IE的代理服务器设置是否正确。

参考下面链接

http://www.eggheadcafe.com/forumarchives/netframeworkaspnet/nov2005/post25268575.asp

http://west-wind.com/weblog/posts/2542.aspx

eaglet | 园豆:17139 (专家六级) | 2009-06-03 07:41
0

这个问题怎么解决的?

Tlink | 园豆:116 (初学一级) | 2015-10-23 13:58
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册