Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that
Solution:
Add this key to every page of the solution (enableViewStateMac="False")
Example:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Text.aspx.vb" Inherits="TestAssembly.TestPage" enableViewStateMac="False" %>
No comments:
Post a Comment