Here is my connection string to a remote SQL Server :
<connectionStrings>
<add name="WebSiteDB"
connectionString="Server=.MSSQLSERVER2012;Database=mydb;User Id=myid;Password=mypw;"
providerName="System.Data.SqlClient" />
</connectionStrings>
When I open my connection it throws an exception :
Named Pipes Provider, error: 40
Can someone help me?