1
Reply

Connection string

Peter Dzuya

Peter Dzuya

Oct 17 2015 3:48 PM
361
Hi All.
I wish to use the azure facility for my winform application and don't know how to do this. My Current string to my local Sql Server database is as follows.
 
<connectionStrings>
<add name="MakGarmContext" connectionString="Data Source=.;Initial Catalog=Garment;Integrated Security=True; MultipleActiveResultSets=True" providerName="System.Data.SqlClient" />
<!--<add name="MakGarmContext" connectionString="Server= Servername;Database=DatabaseName;User Id = sa; Password = MyPassword" providerName="System.Data.SqlClient" />-->
</connectionStrings>
 
can someone help to set up my database to My azure account please. Thanks. 

Answers (1)