gpt4 book ai didi

asp.net - 网站管理工具 : Unable to connect to SQL Server database

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

我使用的是 Visual Studio 2008、MS SQL Server 2008 Express

SQL 服务器:zeroonea\SQL2008EXPRESS

我创建了一个Web项目,在App_Data中创建了一个dbtest.mdf,创建了一些表,使用aspnet_regsql在其中创建成员资格表,一切正常。

web.config 中我的连接字符串:

  <connectionStrings>
<add name="dbtestConnectionString" connectionString="Data Source=zeroonea\SQL2008EXPRESS;Initial Catalog=dbtest;Persist Security Info=True;User ID=***;Password=***"
providerName="System.Data.SqlClient" />
</connectionStrings>

当我运行Web应用程序时它仍然有效,代码可以连接到sql服务器

但是当我运行网站管理工具时,单击“安全”选项卡,我抛出一个错误

There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

The following message may help in diagnosing the problem: Unable to connect to SQL Server database.

有什么建议吗?

最佳答案

默认情况下,我认为 SQL Express 不允许远程连接。您必须在服务器网络工具中打开它们。

http://www.linglom.com/2007/08/31/enable-remote-connection-to-sql-server-2005-express/

此外,正如该博客提到的,SQL Express 可以配置为仅允许“受信任”连接,并且通过在连接字符串中提供用户名和密码,您可以使用 SQL 身份验证进行连接。

关于asp.net - 网站管理工具 : Unable to connect to SQL Server database,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1442232/

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