当我在Visual Studio的程序包管理器中执行更新数据库时,出现错误。有人可以帮我吗?
System.Data.SqlClient.SqlException(0x80131904):建立与SQL Server的连接时发生与网络相关或特定于实例的错误。服务器未找到或无法访问。验证实例名称正确,并且已将SQL Server配置为允许远程连接。 (提供者:SQL网络接口,错误:26-错误指定服务器/实例的位置)atSystem.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity身份,SqlConnectionString connectionOptions,SqlCredential凭据,对象providerInfo,字符串newPassword,SecureString newSecurePassword,布尔BooleanededUserInstance, SqlConnectionString userConnectionOptions,SessionData reconnectSessionData,DbConnectionPool池,字符串accessToken,布尔值ApplyTransientFaultHandling,SqlAuthenticationProviderManager sqlAuthProviderManager)位于System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions选项,DbConnectionPoolKey池密钥,对象poolGroupProviderInfo,DbConnectionPools池,DbConnectionOptions用户) ClientConnectionId:00000000-0000-0000-0000-000000000000 错误号:-1,状态:0,类:20 建立与SQL Server的连接时发生与网络相关或特定于实例的错误。服务器未找到或无法访问。验证实例名称正确,并且已将SQL Server配置为允许远程连接。 (提供者:SQL网络接口,错误:26-指定服务器/实例时出错)
在下面的web.config
中找到连接字符串:
<connectionStrings>
<add name="StadsAppServicesContext"
connectionString="Data Source=(localdb)\MSSQLLocalDB; Initial Catalog=StadsAppServicesContext-20181027170930; Integrated Security=True; MultipleActiveResultSets=True; AttachDbFilename=|DataDirectory|StadsAppServicesContext-20181027170930.mdf"
providerName="System.Data.SqlClient" />
</connectionStrings>