Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Marcelo.lima

Erro Na aplicação Web.

Recommended Posts

Ola amigos sou novo no forum, e gostaria de ajuda de voces em um problemas que estuo enfretando .

eu desenvolvi uma pagina em asp.net e ate uns dias atras ele esta sendo executado normalmente por começou a aprensentar o seguinte erro:

 

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.

 

Desde ja agradeço pela atenção.

 

Marcelo Lima

Compartilhar este post


Link para o post
Compartilhar em outros sites

Seta isso em seu web.config:

<configuration>

<system.web>

<pages enableEventValidation="false" enableViewStateMac="false" />

<system.web>

<configuration>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.