在IIS 6中发布web应用程序后,出现以下错误
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) 它在具有相同数据库连接的开发服务器上运行良好
请帮帮我
发布于 2012-10-31 15:20:04
这可能会有多个问题。但最基本的问题是web服务器无法定位数据库服务器。
尝试以下步骤以找出确切的问题
尝试以上所有方法,让我知道你的结果。
https://stackoverflow.com/questions/13152623
复制相似问题