_web.config

来自「This is a book about vb.you could learn 」· CONFIG 代码 · 共 14 行

CONFIG
14
字号
<configuration>
  <system.web>
    <compilation>
      <assemblies>
         <add assembly="WebServiceAuthentication"/>
      </assemblies>
   </compilation>

    <httpModules>
      <add name="WebServiceAuthentication" type="Microsoft.WebServices.Security.WebServiceAuthenticationModule, WebServiceAuthentication" />
    </httpModules>
  </system.web>
</configuration>

⌨️ 快捷键说明

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