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>orm

相關文章
相關標籤/搜索