Created
July 12, 2016 06:35
-
-
Save guntidheerajkumar/c928f96b29d0f101f1707c54c04a3ea6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"ConnectionStrings": { | |
"Data": { | |
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-SampleMVCEF-6bca4509-df99-46ec-bf2a-01ca5568da0e;Trusted_Connection=True;MultipleActiveResultSets=true", | |
"SampleConnection": "Server=(localdb)\\mssqllocaldb;Database=PersonDB;Integrated Security=true;Trusted_Connection=True;MultipleActiveResultSets=true" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment