F
Fregas
Yes, I'm getting this classic error, on a website i just deployed. I
have searched google and have tried disabling viewstate MAC validation
by putting this in the web.config:
<pages validateRequest="false" enableEventValidation="false"
viewStateEncryptionMode="Never" />
But we're still getting the error. We're using ASP.NET 2.0. We are
not on a cluster. Its happening on multiple pages, including one that
only has a login form (username, password and a submit button--no
datagrid, gridviews, etc.) It DOES seem to happen pretty consistently
when the page takes a little while to load and i hit that submit button
quickly, as some of the articles i've read about it have suggested.
Does anyone have a solution to this?
have searched google and have tried disabling viewstate MAC validation
by putting this in the web.config:
<pages validateRequest="false" enableEventValidation="false"
viewStateEncryptionMode="Never" />
But we're still getting the error. We're using ASP.NET 2.0. We are
not on a cluster. Its happening on multiple pages, including one that
only has a login form (username, password and a submit button--no
datagrid, gridviews, etc.) It DOES seem to happen pretty consistently
when the page takes a little while to load and i hit that submit button
quickly, as some of the articles i've read about it have suggested.
Does anyone have a solution to this?