Skip to content

Instantly share code, notes, and snippets.

@pvandervelde
Created December 9, 2013 01:43
Show Gist options
  • Save pvandervelde/7866267 to your computer and use it in GitHub Desktop.
Save pvandervelde/7866267 to your computer and use it in GitHub Desktop.
The connection string for use by the Sherlock services.
<add connectionString="metadata=res://*/SherlockModel.csdl|res://*/SherlockModel.ssdl|res://*/SherlockModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source={SOURCE};initial catalog=Sherlock;User Id={USER};Password={PASSWORD};MultipleActiveResultSets=True;App=EntityFramework&quot;"
name="SherlockContext"
providerName="System.Data.EntityClient" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment