Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Last active March 19, 2021 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjwaight/0f967f35316d0f937974043d9f4078f0 to your computer and use it in GitHub Desktop.
Save sjwaight/0f967f35316d0f937974043d9f4078f0 to your computer and use it in GitHub Desktop.
web.config snippet sample showing a SQL Connection String
<connectionStrings>
<add name="MusicStoreEntities"
connectionString="Server=myServerAddress;Database=myDataBase;User Id=myUsername;Password=myPassword;"
providerName="System.Data.SqlClient" />
</connectionStrings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment