appsettings.Development.json { "DetailedErrors": true, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "Kestrel": { "Endpoints": { "Https": { "Url": "https://trogl0.home.arpa:7201", "Certificate": { "Store": "My", "Location": "LocalMachine", "Password": "xxxxxxxxxxxx" } } } } } // launchSettings.json "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:47140", "sslPort": 44381 } }, "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "http://localhost:5014", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "https://localhost:7200;https://trogl0.home.arpa:7201", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } } // serviceDependencies.json { "dependencies": { "mssql1": { "type": "mssql.local", "connectionId": "ConnectionStrings:DefaultConnection" } } }