views:

30

answers:

1

I have deployed my web application on www.aspspider.com (which also support MS SQL server db), while connecting to the database, it is giving me an error. So what changes should be made in the connection string, so as to make the connection possible.

Error Message:

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)

+1  A: 

Almost all connectivity problems working with SQL Server can be resolved by referring to the excellent Microsoft resource: Troubleshooting Server and Database Connection Problems.

If having exhausted these avenues you still require assistance then let us know.

John Sansom