当我尝试OnClick
在表单中调用 a 时出现此错误
错误: Failed validation of viewstate MAC. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same <machineKey> validationKey and validation algorithm. AutoGenerate can not be used in a cluster.
代码隐藏
<form runat="server" id="form1">
<asp:Button ID="btnImprimeBematech" runat="server" OnClick="btnImprimeBematech_OnClick" Text="Imprime Novo Bematech" />
</form>
我不明白,因为在 StackOverflow 的其他线程中,一些解决方案是标签中的操作,但我的表单中<Form>
没有任何解决方案。action
我试着把EnableViewStateMac="false" EnableSessionState="False" EnableViewState="false"
我的<%@ Page
但仍然是同样的错误