I'M getting crazied for that ERROR
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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
MY Connection Poroperties for VS.NET 2008 Server Explorer
Connection String:
Data Source=GOKTUG-PC;Initial Catalog=BILIN;Integrated Security=True;Pooling=False
Provider = .NET Framework Data Provider for SQL Server
There is no problem at server explorer connection
MY Connection String is
<add name="BilinCnnStr1" connectionString="Data Source=GOKTUG-PC;Initial Catalog=BILIN;Integrated Security=SSPI;Min Pool Size=5;Max Pool Size=60;Connect Timeout=30" providerName="System.Data.SqlClient"/>
</connectionStrings>
I think i have tried everything about that stuation and tried steps from the link at the below. Please Answer question if you have solve that problem...