WCF 響應逾時問題,wcf響應逾時
錯誤資訊:
有關調用即時(JIT)調試而不是此對話方塊的詳細資料,請參見此訊息的結尾。************** 異常文本 **************System.TimeoutException: 請求通道在等待 00:01:00 以後回覆時逾時。增加傳遞給請求調用的逾時值,或者增加綁定上的 SendTimeout 值。分配給此操作的時間可能已經是更長逾時的一部分。 ---> System.TimeoutException: 對“http://124.168.133.296/TestService/TestService.svc”的 HTTP 要求已超過為 00:01:00 分配的逾時。為此操作分配的時間可能是較長逾時的一部分。 ---> System.Net.WebException: 操作逾時在 System.Net.HttpWebRequest.GetResponse()在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)--- 內部異常堆疊追蹤的結尾 ---在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)--- 內部異常堆疊追蹤的結尾 ---Server stack trace: 在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)Exception rethrown at [0]: 在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)在 System.Runtime.Remoting.Proxies.R
報錯的config檔案:
解決方案:
修改錯誤資訊中提示的節點值即可