I get the following error when submitting an asp.net page using javascript. I have installed
EnableEventValidation="false"
ViewStateEncryptionMode="Never"
EnableViewState="false"
EnableViewStateMac="false"
in my directive on the page
Failed to verify viewstate MAC address. If this application is hosted by a web farm or cluster, make sure that the configuration <machineKey>specifies the same validationKeyverification algorithm. AutoGenerate cannot be used in a cluster.
Shyju source
share