May
28
Written by:
Steve Gray
5/28/2010 9:42 AM
I am forever looking for the correct format for a connection string, I’m just going to post a reference here, try to save myself some time.
Standard SQL connection string:
<connectionStrings>
<add name="vmGP10" connectionString="Data Source=GP;User Id=sa;Password=sa;Initial Catalog=TWO" providerName="System.Data.SqlClient" />
</connectionStrings>
As always, I welcome your comments!