set the start page in web.config file,Views/Account/Login
<system.web>
<authentication mode="Forms">
<forms loginUrl="~/Account/Login" timeout="2880" />
</authentication>
</system.web>
时间: 2024-12-28 17:05:03
set the start page in web.config file,Views/Account/Login
<system.web>
<authentication mode="Forms">
<forms loginUrl="~/Account/Login" timeout="2880" />
</authentication>
</system.web>