,當我試圖調用OnClick
在我的形式,我得到這個錯誤驗證視圖狀態錯誤
錯誤: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的其他線程中,有些解決方案是中的操作標記,但是我的表單中沒有任何action
。
我試圖把EnableViewStateMac="false" EnableSessionState="False" EnableViewState="false"
我<%@ Page
但仍是同樣的錯誤
您的應用程序是否由Web Farm或集羣控制?或者在點擊按鈕之前是否回收了應用程序池? –
FrédéricHamidi我的申請不是網絡農場或集羣的主人。 –