▼ appsettings.json
{ “ConnectionStrings”: { “DefaultConnection”: “Server=(localdb)\mssqllocaldb;Database=DotNetNote;Trusted_Connection=True;” }, “Data”: { “DefaultConnection”: { “ConnectionString”: “Server=(localdb)\mssqllocaldb;Database=DotNetNote;Trusted_Connection=True;” } }, “Logging”: { “IncludeScopes”: false, “LogLevel”: { “Default”: “Debug”, “System”: “Information”, “Microsoft”: “Information” } } }