I cannot set up a hybrid connection via Azure portal, always comes up not connected. I am trying to connect to a SQL Database but "through" another computer. Like so, "Website" <-> "Hybrid connection" <-> "Computer1[Hybrid connection manager] <- Computer2[sql server]"
Because I don't have access to computer2, but I can access Sql Server via computer1 and I have access to that computer. What I am trying to do is set up a hybrid connection to computer1 that connects to computer2[sql server]. All attempts have been unsuccessful. Can anyone help with this problem?
Hybrid connection setup:
- name: clmconnection
- status: Not connected
- hostname computer1[name of cpu]
- port: 1433
ConnectionString:
add name="HybridConnection" provider=System.Data.SqlClient;provider
connection string="Server=computer1,1433;DataBase=databasename;
user id=sa;password=sapassword;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /