Skip to content

Instantly share code, notes, and snippets.

@awright18
Last active September 14, 2018 04:15
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 awright18/9af87b995c2442ab98958cf469c9bad8 to your computer and use it in GitHub Desktop.
Save awright18/9af87b995c2442ab98958cf469c9bad8 to your computer and use it in GitHub Desktop.
.NET Framework Connection String Configuration
<ConnectionStrings>
<Add name="MyDatabaseConnectionString"
connectionString="Data Source=".";
Initial Catalog="MyDataBase";
Integrated Secruity=true;" />
</ConnectionStrings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment