我經常收到客戶端斷開連接的消息。我不使用負載平衡 - 只有一臺IIS服務器。我需要知道是什麼導致這種情況以及如何解決這個問題。客戶端斷開連接
這裏是異常信息:
Type: System.Web.HttpException
Message: The client disconnected.
Exception Data:
Source: System.Web
TargetSite: Void ThrowError(System.Exception, System.String, System.String, Boolean)
StackTrace:
at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError)
at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)
at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState)
at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState)
at System.Web.UI.HiddenFieldPageStatePersister.Load()
at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
FWIW,貌似有一個類似的問題已經: http://stackoverflow.com/questions/809413/what-might-be-cause-thethe-client-disconnected-asp-net-exception – 2009-06-11 00:51:38
@ ChrisW.Rea是的,但是這個指定了一個單獨的IIS服務器,其中另一個特別提到了負載均衡。我正在尋找的答案是在這個問題上,而不是其他問題。 – Michael 2013-12-13 16:38:55