web.config

来自「一些标准控件的举例说明」· CONFIG 代码 · 共 14 行

CONFIG
14
字号
<?xml version="1.0"?>

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    <connectionStrings>
      <!--
        This connection is inherited from the ASP.NET Quickstart Web.config file
        Uncomment this section to edit the sample locally
    
        <add name="Pubs" connectionString="Data Source=(local)\SQLExpress;Initial Catalog=pubs;Integrated Security=True"
            providerName="System.Data.SqlClient" />
      -->
    </connectionStrings>
</configuration>

⌨️ 快捷键说明

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