Skip to content

Instantly share code, notes, and snippets.

@rasmuseeg
Last active January 12, 2018 11:50
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 rasmuseeg/9b8ea6685aa377305c1ac85626d94db8 to your computer and use it in GitHub Desktop.
Save rasmuseeg/9b8ea6685aa377305c1ac85626d94db8 to your computer and use it in GitHub Desktop.
MSSQL Local DB Connection String
<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\MyDatabase.mdf;Initial Catalog=MyDatabase;Integrated Security=True" providerName="System.Data.SqlClient" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment