I'm getting this error on my ASP.Net application when it is hosted on Redfox...
Code: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.
The error occurs when I click a button on the page before the page has fully loaded. The button causes a postback, but I guess the viewstate hasn't completed downloaded, and hence isn't being sent back complete.
Am I correct in thinking this is a problem with my application, and not the hosting settings as the error message infers.
What can i do about it?
Thanks


Reply With Quote
Bookmarks