I've just installed SQL 2008, when I try to connect to it in my application I get the following error:
"System.Data.SqlClient.SqlException: 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)"
Does anyone know what might be causing it?
Many thanks in advance :)