The most common reason for
this error is that the machinekey value in machine.config is different for each
server. As a result, viewstate encoded by one machine cannot be decoded by
another. To rectify this, edit the machine.config file on each server in the
web-farm to have the same value for machinekey.
Monday, June 29, 2015
You have an ASP.NET web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message Validation of viewstate MAC failed. What could be one reason that is causing this error?
Subscribe to:
Post Comments (Atom)
What is restrict option in directive?
The restrict option in angular directive, is used to specify how a directive will be invoked in your angular app i.e. as an attribute, class...
-
JavaScript is a general-purpose programming language designed to let programmers of all skill levels control the behavior of software objec...
-
The delete operator is used to delete all the variables and objects used in the program ,but it does not delete variables declared with...
No comments:
Post a Comment