ASP.NET 成员资格和 SQL Server 2008 连接问题

发布于 2024-11-03 19:14:02 字数 682 浏览 0 评论 0原文

我正在使用 ASP.Net Membership、IIS 7 和 SQL Server 2008。

我可以连接到远程 SQL Server 中除 Membership 表之外的所有表。

我收到此错误:

建立与 SQL Server 的连接时发生与网络相关或特定于实例的错误。找不到服务器或无法访问服务器。验证实例名称是否正确以及 SQL Server 是否配置为允许远程连接。 (提供程序:命名管道提供程序,错误:40 - 无法打开与 SQL Server 的连接)

  • 当我单击 Visual Studio 中的 Website\ASP Configuration(使用完全相同的连接字符串)时,我可以正常连接。
  • 办公室中的其他人使用与他们从 IIS 连接的完全相同的代码。
  • 如果我将连接字符串更改为指向 SQL Server 2005 数据库,则完全相同的代码可以正常工作。

这是我无法弄清楚的奇怪事情。 任何帮助将不胜感激。

顺便说一句,我读过 ASP.Net Members + sql server 2008,但我已经使用 SQL 身份验证。

I'm using ASP.Net Membership, IIS 7 and SQL Server 2008.

I can connect to all the tables in the remote SQL Server except the Membership ones.

I get this error:

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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

  • I can connect fine when I click Website\ASP Configuration from Visual Studio, which is using the exact same connection string.
  • Others in the office using the exact same code they connect from their IIS.
  • The exact same code works fine if I change the connection string to point to a SQL Server 2005 database.

It is something weird I can't figure out.
Any help will be greatly appreciated.

By the way I read ASP.Net membership + sql server 2008, but I already use SQL authentication.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文