In my appsettings.json, when I use this snippet:..."ConnectionStrings": {
"CssDatabase": "Server=BLUEJAY\\MSSQLSERVER2014;Database=CSS;Trusted_Connection=True;"
}
...I can connect to the db as expected... no issues....However, when I change that to u...