Reputation: 93
when using web performance test in visual studio 2012 it results the following error after running the test for post requests only:
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Upvotes: 2
Views: 684
Reputation: 93
the problem was resolved I disabled enableEventValidation, enableViewStateMac from web.config
Upvotes: 1