Connecting to SQL database on Azure VM

Hi

What my "connection string" will be for my db hosted on VM on Azure if I wanted to run the C# application from my local PC to retrieve the DB? I currently have the following and it doesn't work.

Thank you

string SQLConnectionString = "Server=myVMname; Database=myDB; Uid =myusername; Pwd =mypassword";

July 9th, 2015 2:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics