web.config
来自「微软的.NET论坛的源代码(COOL!!!)」· CONFIG 代码 · 共 14 行
CONFIG
14 行
<configuration>
<system.web>
<!-- This setting is configured so that only authenticated users can visit any of the
pages in the Moderate directory -->
<authorization>
<allow roles="Forum-Moderators" />
<allow users="Forum-Administrators" />
<deny users="*" />
</authorization>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?