Answers
Apr 03, 2007 - 10:10 AM
I'm seeing this error happening on ASP.NET 2.0 sites with a slightly different error message ("Validation of viewstate MAC failed.") which basically boils down to the same error you're getting.
Analyzing the hostnames of the requests generating such errors, most of the time the hostname seems to indicate the request came from a hosted environment, eg. not a person's home or office pc or anything. My guess is this error is caused by webcrawler apps that don't resend the viewstate in a request like they're supposed to, possibly in an attempt to gain access to your site. In other words, I think these errors are hack attempts using software that does not sufficiently imitate browser behavior.
Apr 12, 2007 - 02:31 AM
- Browsers that cannot support hidden fields very well - http://support.microsoft.com/kb/831150
- Small numbers - http://support.microsoft.com/kb/812399
- Your viewstate is too big. Some browsers can't handle that
- There is some network error. The viewstate information was corrupted on the way, but I doubt it in your case cos problem only exists with Opera
- If hosted on a web farm http://support.microsoft.com/default....
Also have a look at this, u may find some info in there to help you
http://aspalliance.com/articleViewer....
May 06, 2007 - 02:45 AM
It is not a web crawler problem, notpingu, I'm quite sure about that.
nidhi, i've been looking at the solutions you provided links for and i think it's a problem of the viewstate being too big. this is not so easy for me to fix, so right now i've implemented the serverside viewstate as described in the last link you provided. this seems to do the trick.
Dec 28, 2010 - 07:11 PM
Add New Comment