Skip to content

Instantly share code, notes, and snippets.

@MorganPersson
Created November 15, 2011 10:41
Show Gist options
  • Save MorganPersson/1366740 to your computer and use it in GitHub Desktop.
Save MorganPersson/1366740 to your computer and use it in GitHub Desktop.
app.config with overrides
<configuration>
<connectionStrings configSource="dev.connectionStrings.config" />
<appSettings file="dev.override.config">
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment