Asp.net ile oluşturduğunuz bir web sayfasında
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure thatconfiguration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Hatasını alıyorsanınız çözüm için web.config dosyasında
< pages enableEventValidation="false" validateRequest="false" enableViewStateMac="false" />