Setting ViewStateUserKey gives me a “Validation of viewstate MAC failed” error

后端 未结 5 1901
清歌不尽
清歌不尽 2020-12-06 09:55

I have the following in my BasePage class which all my ASPX pages derive from:

protected override void OnInit(EventArgs e)
{
    base.OnInit(e);         


        
5条回答
提交回复
热议问题