我所有项目的页面都需要身份验证..通常我不在[ValidateAntiForgeryToken] and @Html.AntiForgeryToken()
我的控制器和视图上使用..只有登录页面有它..
- 他们是什么
[ValidateAntiForgeryToken] and @Html.AntiForgeryToken()
?? - 我需要使用它们吗?
- 我必须使用哪种无饼干?
我的 web.config 的部分是这样的;
<authorization>
<deny users="?" />
</authorization>
<authentication mode="Forms">
<forms loginUrl="~/User/Login" timeout="30" cookieless="UseDeviceProfile" name="AbosSMSP" />
</authentication>
我的错误是这样的;