I have the following in my BasePage class which all my ASPX pages derive from:
BasePage
protected override void OnInit(EventArgs e) { base.OnInit(e);
Can you turn off ViewState MAC encoding with the EnableViewStateMac @Page attribute?