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;
 Integrated Security=True"
providerName="System.Data.SqlClient"/>
</connectionStrings>
</configuration>
以上是关于App_Data 目录中的数据库位置指定了一个本地 SQL Server的主要内容,如果未能解决你的问题,请参考以下文章
文件的目录查找失败…在操作系统中。 …找不到App_Data /…mdf