web.config
来自「聊天 聊天 聊天 聊天 聊天 聊天」· CONFIG 代码 · 共 24 行
CONFIG
24 行
<configuration>
<system.web>
<authentication mode="Forms">
<forms name=".ASPXUSERDEMO" loginUrl="login.aspx" protection="All" timeout="60">
<credentials passwordFormat="Clear" >
<user name="hersh" password="bhasin"/>
<user name="joe" password="smith"/>
<user name="test" password="user"/>
</credentials>
</forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
<globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?