Some of you may faced this nasty error. May be while setting up a new web server or after upgrading an ASP.NET project. Well, I didnt not find any 100% good fix for this issue yet. As far as I know, this error occurs only for who have low-speed internet connection and those who do ’something’ before the page load completed. Here are two ways which /may/ help you resolve this issue. Well this worked for me:

1) Do not let the end-user touch keyboard or mouse ;) before the page load is complete. For this you can use some “loading…” technique.

2) Try adding this to your web.config:
enableEventValidation="false"
viewStateEncryptionMode="Never"
maxPageStateFieldLength="200" />

VN:F [1.1.6_502]
Rating: 4.5/5 (4 votes cast)
Share:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • LinkedIn
  • Live
  • MySpace
  • StumbleUpon
  • Technorati

Related posts:

  1. Using HTTPService of Flex to get data from ASP.NET
  2. Microsoft XNA - Quick sample
  3. VS 2010 Keyboard Shortcut Posters
  4. Populate ASP.NET TreeView control with hirarchial data
  5. Know the KeyCode