2
Answers

Keyword is not supported parameter name is integrated security

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DefaultConnection": "Server=Home\\MSSQLSERVER04;Database=Sample;IntegratedSecurity=false;Encrypt=False;"
  }

}
Answers (2)