My ASP.NET 2.0 web application is generating the following errors several times a day:
1) System.Web.HttpException: The client disconnected. ---> System.Web.UI.ViewStateException: Invalid viewstate.
2) System.Web.HttpException: The state information is invalid for this page and might be corrupted. ---> System.Web.UI.ViewStateException: Invalid viewstate.
I cannot find any information on Viewstate Verfication and am not sure why this error is occuring. Also I am not sure if the user actually receives an error or is allowed to continue through the website. A wide variety of user-agents are receiving this message. I have attempted disabling the enableViewStateMac in the web.config, but this did not eliminate the error. The application environment is a Windows Server 2003 with IIS 6.0. The application is not running in a web farm. Any help is greatly appreciated.
Thanks in advance.