web.config
来自「asp.net技术内幕的书配源码」· CONFIG 代码 · 共 16 行
CONFIG
16 行
<configuration>
<system.web>
<authentication mode="Forms">
<forms>
<credentials passwordFormat="Clear" >
<user name="Sam" password="Secret"/>
<user name="Fred" password="Secret"/>
</credentials>
</forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?