ASP.NET Security
Posted Silly Programer
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ASP.NET Security相关的知识,希望对你有一定的参考价值。
<authentication mode="Forms">
<forms loginUrl="~/Account/Login" timeout="2880">
<credentials passwordFormat="Clear">
<user name="user" password="secret"/>
<user name="admin" password="secret"/>
</credentials>
</forms>
</authentication>
以上是关于ASP.NET Security的主要内容,如果未能解决你的问题,请参考以下文章