<add name="LocalSqlServer"
connectionString="Data Source=(local);
Integrated Security=True;User Instance=True;
Initial Catalog=dbname"
providerName="System.Data.SqlClient"/>
to
<add name="LocalSqlServer"
connectionString="Data Source=(local);
Integrated Security=True;Initial Catalog=dbname"
providerName="System.Data.SqlClient"/>
3 comments:
Thank you so much for this immensely needed help!!
Indeed. You are the man. Thanks.
This is absolutely an amazing post!. i have been searching for the answer for the entire day!. Thankyou so much!
Cheers
Sherry
Post a Comment