gpt4 book ai didi

c# - 建立与 SQL Server 的连接时出现与网络相关或特定于实例的错误。找不到服务器等

转载 作者:太空宇宙 更新时间:2023-11-03 18:13:57 25 4
gpt4 key购买 nike

我只是将我的网站发布到我的域名,当我尝试在我的浏览器中访问它时,我收到以下错误:

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)

我认为问题出在我的连接字符串 ==>

<configuration>
<connectionStrings>
<add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />
<add name="TennisOnlineContext" connectionString="Data Source=|DataDirectory|Tennis.sdf" providerName="System.Data.SqlServerCe.4.0 " />
</connectionStrings>
...
</configuration>

抱歉,这是我尝试发布的第一个网站...那么,请问我做错了什么?提前致谢...

最佳答案

你试过localhost\SQLEXPRESS了吗?确保您所有的连接关键字都符合 Microsoft here 中列出的关键字.

通过使用 VS2010 附带的 SQL/数据库连接实用程序,您可以检查连接字符串是否有效,或者构建一个可以复制的有效连接字符串。在 VS2010 中转到工具连接到数据库。这将启动连接对话框;在这里您可以构建和测试连接字符串。对于高级连接功能,在对话框中单击高级。从高级对话框中,您可以复制和粘贴连接字符串。

Microsoft 还发布了此对话框以在 .NET 应用程序中免费使用和分发。如果您对此感兴趣,可以找到 here .

希望对您有所帮助。

关于c# - 建立与 SQL Server 的连接时出现与网络相关或特定于实例的错误。找不到服务器等,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9911286/

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