Validation of viewstate MAC failed

Posted on 2007-08-30 15:13  candu  阅读(380)  评论(0)    收藏  举报

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.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: 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.

 解决办法是:在page中设 EnableViewStateMac="false"  ViewStateEncryptionMode="Never" 就可以了,不过要考虑安全问题。

 

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3