Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created March 19, 2021 04:04
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/cb673c354204ee9df644fdbd9546390a to your computer and use it in GitHub Desktop.
Save sjwaight/cb673c354204ee9df644fdbd9546390a to your computer and use it in GitHub Desktop.
SQL Connection web.config section showing use of ConfigBuilder Environment source
<connectionStrings configBuilders="Environment">
<add name="MusicStoreEntities"
connectionString="ignored"
providerName="System.Data.SqlClient" />
</connectionStrings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment