Skip to content

Instantly share code, notes, and snippets.

@JeremyMorgan
Created July 10, 2013 20:49
Show Gist options
  • Save JeremyMorgan/5970193 to your computer and use it in GitHub Desktop.
Save JeremyMorgan/5970193 to your computer and use it in GitHub Desktop.
Config file setting for external MSSQL server
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=[SERVER];Initial Catalog=[DATABASE];Persist Security Info=True;User ID=[USERID];Password=[PASSWORD]" providerName="System.Data.SqlClient" />
</connectionStrings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment