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
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?
Well it depends. Invalid viewstate can happen for a variety of reasons.
Whatever you do do not turn off viewstate or event validation.