System.Web.Mvc.HttpAntiForgeryException (0x80004005): 未提供必要的防伪标记或防伪标记无效。
In my MVC 3 project i have a login page that uses the anti-forgery logic built into MVC 3.
On Firefox & Opera it works just fine, but on IE I get this:
A required anti-forgery token was not supplied or was invalid.
ie8、9 不同环境的电脑 偶尔都会出现这个问题
提交按钮 改成submit 加不加上salt 还是同样的问题