Closed davidfowl closed 8 years ago
This is what the item template generates:
{ "Data": { "DefaultConnection": { "ConnectionString": "Server=(localdb)\\MSSQLLocalDB;Database=_CHANGE_ME;Trusted_Connection=True;" } } }
This is what the project template has:
{ "ConnectionStrings": { "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-WebApplication37-7ae3cc9d-ec9e-4757-901a-c16a7e3e6f52;Trusted_Connection=True;MultipleActiveResultSets=true" } }
TFS 228393
Fix is in
This is what the item template generates:
This is what the project template has: