在根目录 web.confgi文件中添加如下配置信息。
<configuration>
<system.web>
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>
</system.web>
</configuration>
在根目录 web.confgi文件中添加如下配置信息。
<configuration>
<system.web>
<authentication mode="Forms">
<forms loginUrl="~/Account/LogOn" timeout="2880" />
</authentication>
</system.web>
</configuration>
转载于:https://www.cnblogs.com/eeez/p/3813936.html