Naresh Beniwal

Naresh Beniwal

  • 243
  • 6.9k
  • 1.3m

Keyword is not supported parameter name is integrated security

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

}

 


Answers (2)