Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Last active April 20, 2018 22:57
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 ankitvijay/e7f5ce6b2ea4299679ffa4b39c9f4e8a to your computer and use it in GitHub Desktop.
Save ankitvijay/e7f5ce6b2ea4299679ffa4b39c9f4e8a to your computer and use it in GitHub Desktop.
localAppSettings.config Example 1
<appSettings file="localAppSettings.config">
<add key="dbConnectionString" value="sourceControlConnectionString"/>
<add key="someRandomApplicationSetting" value="sourceControlApplicationSetting"/>
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment