I am getting the below error when submitting an asp.net page using javascript. I have set
EnableEventValidation="false"
ViewStateEncryptionMode="Never"
EnableViewState="false"
EnableViewStateMac="false"
in my page directive
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.