zoukankan      html  css  js  c++  java
  • App_Data 目录中的数据库位置指定了一个本地 SQL Server

    <configuration>

      <system.web>
        <compilation debug="true" targetFramework="4.5.2"/>
        <httpRuntime targetFramework="4.5.2"/>

        <membership defaultProvider="DefaultConnectionProvider">
        <providers>
        <add name="DefaultConnectionProvider" connectionStringName="DefaultConnection" enablePasswordRetrieval="false"
        requiresQuestionAndAnswer="true" requiresUniqueEmail="true" passwordFormat="Hashed"
        type="System.Web.Security.SqlMembershipProvider"/>
        </providers>
        </membership>
      </system.web>

      <connectionStrings>
        <add name="DefaultConnection"
        connectionString="Data Source=DESKTOP-KBU; Initial Catalog=wubook;&#xD;&#xA; Integrated Security=True"
        providerName="System.Data.SqlClient"/>

      </connectionStrings>

    </configuration>

  • 相关阅读:
    Doing Homework 简单dp&&状态压缩
    嫖裤子序列
    王宁宁宁
    友军寻路法
    Viviani
    ccf 201909-3
    ccf 201909-5
    链式前向星
    ccf-201909-04
    ccf -201909-2
  • 原文地址:https://www.cnblogs.com/yunqie/p/6202275.html
Copyright © 2011-2022 走看看