web.config

来自「asp入门到精通的源代码」· CONFIG 代码 · 共 16 行

CONFIG
16
字号
<configuration>
   <configSections>
      <sectionGroup name="system.web">
         <section name="TYASPNET21Days" type="System.Configuration.NameValueSectionHandler,System" />
         <section name="Library" type="TYASPNET.Handlers.LibrarySectionHandler,TYASPNET.Handlers" />
      </sectionGroup>
   </configSections>
   
   <system.web>
      <TYASPNET21Days>
         <add key="AppName" value="Teach Yourself ASP.NET in 21 Days"/>
      </TYASPNET21Days>
      <Library file="c:\inetpub\wwwroot\tyaspnet21days\day18\books.xml" />
   </system.web>
</configuration>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?