Click here to Skip to main content
15,888,239 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi I install DNN and work with it but suddenly my sql server is not conect. would some body please tell me what to do? this message is shows when I want to connect to d.b
CSS
TITLE: Connect to Server



ADDITIONAL INFORMATION:

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) (Microsoft SQL Server, Error: 2)
Posted
Updated 20-Sep-13 19:23pm
v2

You should enable networking on your SQL Server, see here : http://technet.microsoft.com/en-us/library/hh231672.aspx[^]
 
Share this answer
 
Send your connection string other wise
Check your server name and datbase name
 
Share this answer
 
v2
Follow the answer i gave here, You both have the same issues.

CLICK HERE
 
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