web.config
来自「asp.net技术内幕的书配源码」· CONFIG 代码 · 共 14 行
CONFIG
14 行
<configuration>
<appSettings>
<add key="constring"
value="Server=localhost;UID=AspNETJobsUser;PWD=secret;Database=AspNetJobs" />
</appSettings>
<system.web>
<compilation debug="true"/>
<authentication mode="Forms" >
<forms name=".ASPNETJOBS"
loginUrl="~/site/password/login.aspx" />
</authentication>
</system.web>
</configuration>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?