
Untitled
By: a guest on
May 26th, 2012 | syntax:
None | size: 0.47 KB | hits: 10 | expires: Never
What is the relationship between Web.Config connection strings and ServiceConfiguration connection strings in Azure?
<add name="MyDb" connectionString="Data Source=NzSqlServer01;Initial Catalog=MyAzureDb;User ID=joe;Password=bloggs;"
providerName="System.Data.SqlClient" />
<Setting name="MyDb"
value="Data Source=tcp:e54wn1clij.database.windows.net;Database=MyAzureDb{0};User ID=joe.bloggs@e54wn1clij;Password=reallysecure;Trusted_Connection=False;Encrypt=True;" />