Click here to Skip to main content
15,914,165 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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)
Posted

1 solution

Hi

First at all please go to the http://connectionstrings.com/[^] and be sure you settings for connection string is a right after that if you are using other Sql Server instance on the intranet or LAN network check your firewall and be sure the port number of 1433 is open or you can turn off your firewall to ensure.
So cool if we have a problem still yet don`t worry just open your Internet Explorer and go
http://msdn.microsoft.com/en-us/library/ms345318.aspx[^] ;)_

Best Regards.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900