WebResource.axd - Invalid ViewState
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2009-06-10T19:55:28Z
Indexed on
2010/04/09
6:43 UTC
Read the original article
Hit count: 760
I keep seeing these errors in our error log. Any ideas how i can figure out where its coming from, or better yet how to fix the problem?
System.Web.HttpException: Invalid viewstate. at System.Web.UI.Page.DecryptString(String s) at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Update Here is what I have tried so far - we are running a single web server (no farm)
- Adding a Machine Key value to web.config
© Stack Overflow or respective owner