There is an error while attempting to connect to the database. Please verify your connection string in the file 'web.config'.
Description:
Connection String: Data Source=UTECHINT2\SQLEXPRESS;Initial Catalog=AltereogUSA;User ID=AlteregoUSA;pwd=alteregousa123456789*
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: Shared Memory Provider, error: 40 - Could not open a connection to SQL Server)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Vevo.DatabaseTesterLib.DatabaseTester.TestConnection(String& message)