deploying AntiforgeryToken Error

前端 未结 5 1844
遇见更好的自我
遇见更好的自我 2020-12-03 13:49

I am working on an ASP.NET MVC application on my local machine using the Visual Studio 2012 built in IISExpress. After a significant progress I decided to make it available

5条回答
  •  一整个雨季
    2020-12-03 14:48

    I was having a page which was using the partial view. Both contained @Html.AntiForgeryToken() and on removing the @Html.AntiForgeryToken() from the partial page, it worked.

提交回复
热议问题