Invalid_Viewstate_Client_Disconnected

W

Wessel Troost

Invalid_Viewstate means that the viewstate the client sends to the server
doesn't conform to what the server expects. The viewstate contains the
content of controls on your webpage, that is, the text in your textbox,
the state of your checkbox, and so on.

Invalid_Viewstate can have several causes:
- You changed the application while the client was connected
- The client browser has changed the viewstate variable (the viewstate is
a hidden field on your webpage. The browser shouldn't change it.)
- You're using a clustered web server and the second request from the
client is handled by a different server
- The client hot-swapped his ethernet adapter while browsing your website
- And probably some more causes I don't know about :)

Generally, if none of your users are complaining, I wouldn't worry about
it.

Regards,
Wessel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top