MS offers this option for helping you track down the specific cause of the problem, have not used it before.
http://support.microsoft.c
Main Topics
Browse All TopicsI have a webfarm where the load balancer is not enforcing stickyness due to this I get occasional errors "Unable to validate data." I believe this is the view state and I have tried several things to reduce this error I have
1. Set the Viewstatmac to use the same SHA1 key on all machines in WebConfig
2. Set The Viewstatmac to be disabled in WebConfig
l3. astly I just disabled the viewstate in WebConfig using
<pages enableViewState="false" enableViewStateMac="false"
each method yeilded the same amount of occasional errors. Does Viewstate implemented on page level override the application level.
Suggestions on resolving this problem are greatly appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
MS offers this option for helping you track down the specific cause of the problem, have not used it before.
http://support.microsoft.c
I have read the microsoft artical and that doesn't resolve the problem just gives you more information to troubleshoot, Ive identified that it is a viewstate issue, just trying to figure out how to make it work properly on Web Farms I would rather keep it on but I will turn it off if I have too? however turning it off on in the WebConfig does not seem to be workng
Its not happing alot maybe 10 times an hour out of a couple thousand hits.
For a Microsoft .NET Framework 1.1 version of this article, see 831150.
Important DO NOT INSTALL this hotfix on a computer that is in a Web farm environment or in a clustered environment unless you are installing this hotfix on every computer in the environment or unless you have installed hotfix 323744 on all the other computers in the environment.
For more information, see "Description of the View State MAC feature" in the "More Information" section.
http://www.kbalertz.com/kb
Business Accounts
Answer for Membership
by: gregoryyoungPosted on 2005-04-21 at 13:43:35ID: 13838070
umm occasionally the viewstate is mangled when being sent back up. how often is this happenning?