📄 web.config
字号:
<configuration>
<system.web>
<!-- change following to true to use cookie-less sessions -->
<!-- sessionState cookieless="false" / -->
<!-- specify that we will use Forms authentication -->
<!-- note that this does not apply to cookie-less version -->
<authentication mode="Forms">
<forms name="XroxCars" path="/" loginUrl="secure/login.aspx"
protection="All" timeout="30" >
</forms>
</authentication>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -