System.Web.UI.ViewStateException: Invalid viewstate

倾然丶 夕夏残阳落幕 提交于 2019-12-02 20:56:23

There are a host of reasons why this could occur, a common one being worker process recycling/Application Pool Recycling on your IIS server.

Have a look at the below articles to try and debug why exactly it is occuring with you:

http://support.microsoft.com/kb/555353

More specifically to determine the error have a look at the "Determine exactly what exception occurs when you receive the error message" part in the below link:

http://support.microsoft.com/kb/829743

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!