gpt4 book ai didi

asp.net - SQL Server 2008 连接字符串问题

转载 作者:行者123 更新时间:2023-12-02 14:29:47 25 4
gpt4 key购买 nike

我正在尝试使用 ASP.NET MVC 3 连接到我的 SQL Server 2008 数据库。这是我的连接字符串:

  <connectionStrings>
<add name="AppConnectionString"
connectionString="Data Source=(local);Initial Catalog=DatabaseName;User Id=UserName;Password=PassWord;"
providerName="System.Data.SqlClient" />
</connectionStrings>

知道出了什么问题吗?

当我尝试查询 DbContext 中的某些内容时,出现此异常:

  • $exception {"The provider did not return a ProviderManifestToken string."} System.Exception {System.Data.ProviderIncompatibleException}

  • InnerException {"A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)"} System.Exception {System.Data.SqlClient.SqlException}

有人可以帮我吗?

谢谢

最佳答案

首先检查您的 mssqlserver 服务是否运行正常。只需在命令提示符中运行 net start mssqlserver 即可。

然后尝试将连接字符串 Data Source=(local) 更改为 Data Source=.

以上所有内容均假设您在本地计算机上安装了 sql server。

关于asp.net - SQL Server 2008 连接字符串问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5005389/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com