Intermittent Invalid Viewstate Error in ASP.NET Web pages
SYMPTOMS There are several conditions that may cause this issue. Each known condition is presented with a short explanation and a possible workaround.Application Pool RecyclingServer Farms or Server ClustersForm PostsProxy servers and Virus Scanners CAUSE The issue presents itself with a message similar to the following: _ASP.report_aspx === System.Web.HttpException: Invalid_Viewstate_Client_Disconnected Client IP: 141.150.12.56 Port: 62164 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) ViewState: dDwtNjY5ODIyMjI4O3Q8cDxsPFNUQVJUREFURTtFTkREQVRFO1BMVVN Background Viewstate represents the state of the page when it was last processed on the server. The contents of the page are stored in a container and moved to and from the server on … Continue reading Intermittent Invalid Viewstate Error in ASP.NET Web pages