I am often getting a Client Disconnected message. I don\'t use load balancing - only a single IIS server. I need to know what is causing this and how to fix it.
Here is
WE get this exception as well, and we get it in a completely repeatable way. This exception is thrown when the ViewState
has become "large" and the user clicks a button before a previous request has completed...
In our case this happens very easily because the post back is using ajax, so the browser doesn't stop responding while the ViewState
is being sent to the server. Clicking on this control causes the exception over and over again.