J
Jeff
Okay, I read that Safari is now available for Windows, so I downloaded it to
test on a vb.net/visual web developer 2005 app. that I created.
The app works fine in other browsers.
While in safari, I get the error message below after hitting a button that
simply redirects the user to another page. Searching google provides a
number of people having prior problems, but no mention about Safari. The
error is apparently related to a security feature of .net where code that
will validate the viewstate is loaded onto the page and then checked upon
postback. There is some mention that the problem can be eliminated by
turning off this validation, but I really don't want to do that for security
reasons.
....any ideas? ...and no, I'm not running a web farm or cluster.
Jeff
Validation of viewstate MAC failed. If this application is hosted by a Web
Farm or cluster, ensure that <machineKey> configuration specifies the same
validationKey and validation algorithm. AutoGenerate cannot be used in a
cluster.
test on a vb.net/visual web developer 2005 app. that I created.
The app works fine in other browsers.
While in safari, I get the error message below after hitting a button that
simply redirects the user to another page. Searching google provides a
number of people having prior problems, but no mention about Safari. The
error is apparently related to a security feature of .net where code that
will validate the viewstate is loaded onto the page and then checked upon
postback. There is some mention that the problem can be eliminated by
turning off this validation, but I really don't want to do that for security
reasons.
....any ideas? ...and no, I'm not running a web farm or cluster.
Jeff
Validation of viewstate MAC failed. If this application is hosted by a Web
Farm or cluster, ensure that <machineKey> configuration specifies the same
validationKey and validation algorithm. AutoGenerate cannot be used in a
cluster.