App_Data 目录中的数据库位置指定了一个本地 SQL Server

Posted 韵切

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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>

以上是关于App_Data 目录中的数据库位置指定了一个本地 SQL Server的主要内容,如果未能解决你的问题,请参考以下文章

文件的目录查找失败…在操作系统中。 …找不到App_Data /…mdf

在 App_Data 中的 MDF 文件上运行 SQL 脚本

如何为本地安装 npm 包设置自定义位置?

Git 创建本地仓库

本地目录中的配置单元表列表

app_data中的数据库使用