从默认的 ASP.Net Web 应用程序中单击布局页面上的链接而不是被定向到
Home/Contact
我被重定向到以下 URL:
http://localhost:49823/Account/Login?ReturnUrl=%2fHome%2fContact
我在网络配置中有以下部分:
<authentication mode="Forms">
<forms loginUrl="~/Account/Login" timeout="2880" />
</authentication>
<authorization>
<deny users="?"/>
</authorization>
这甚至阻止了对注册页面的访问,所以我将拒绝更改为允许