Should I ignore the occasional Invalid viewstate error?
Posted
by Richard Ev
on Stack Overflow
See other posts from Stack Overflow
or by Richard Ev
Published on 2009-02-23T09:21:33Z
Indexed on
2010/04/09
6:43 UTC
Read the original article
Hit count: 290
Every now and then (once every day or so) we're seeing the following types of errors in our logs for an ASP.NET 3.5 application
- Invalid viewstate
- Invalid postback or callback argument
Are these something that "just happens" from time-to-time with an ASP.NET application? Would anyone recommend we spend a lot of time trying to diagnose what's causing the issues?
© Stack Overflow or respective owner