System.Web.UI.ViewStateException: Invalid viewstate

后端 未结 1 622
不知归路
不知归路 2021-02-01 23:49

I have a web application developed in ASP.net & C#. I also use Telerik ASP.NET AJAX for web UI. Application throws an exception (System.Web.UI.ViewStateException: Inva

相关标签:
1条回答
  • 2021-02-02 00:30

    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

    0 讨论(0)
提交回复
热议问题