由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。
“/”应用程序中的服务器错误。--------------------------------------------------------------------------------
由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Net.Sockets.SocketException: 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[SocketException (0x2747): 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作。]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +1001986
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) +431
[WebException: 无法连接到远程服务器]
System.Net.HttpWebRequest.GetResponse() +1501851
ClsWebRequest.GetWebRequest(String PageUrl, Encoding EnCodeType) +156
spider_HCP_K_zhixiashi_zhongyao.StartCollection() +1176
spider_HCP_K_zhixiashi_zhongyao.Page_Load(Object sender, EventArgs e) +64
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
--------------------编程问答-------------------- http://club.it.sohu.com/read_elite.php?b=os&a=1526150
http://topic.csdn.net/u/20070405/06/96ff390e-25ff-47d7-9e0a-9a3c80a613c3.html
可以去看看。
--------------------编程问答-------------------- 学习~
补充:.NET技术 , C#