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>

posted @ 2016-05-29 17:15  SillyProgrammer  阅读(203)  评论(0编辑  收藏  举报