Interview Question in Sql Server 2005
Interview Question :: When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL |
System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
I am getting this error while running a web service from VS2005 and connecting sql server 2000. I do not want to connect sql server 2005 . I have enabled TCP/IP, NP and have checked allthe ports also. But still I am getting this error. Any idea why? |
|
|
|

Loading ...