在ASP.NET MVC5 中使用 FormsAuthenticationTicket 的注意事项

在根目录 web.confgi文件中添加如下配置信息。

<configuration>
    <system.web>
        <authentication mode="Forms">
            <forms loginUrl="~/Account/LogOn" timeout="2880" />
        </authentication>
    </system.web>
</configuration>

在ASP.NET MVC5 中使用 FormsAuthenticationTicket 的注意事项,布布扣,bubuko.com

在ASP.NET MVC5 中使用 FormsAuthenticationTicket 的注意事项

上一篇:jQuery


下一篇:MVC4 过滤器使用和怎样控制全部action和部分action