I have two accounts on GoDaddy one Virtual dedicated server and another Shared hosting. I want to host my website on Shared hosting while having database on Virtual dedicated server.I am able to run this website from my local where connection string is pointing to database hosted on Virtual dedicated server. But when I am trying to host same site on GoDaddy shared hosting. It throws an 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)I think issue is different as I am able to connect to same database from my local.Any ideas?