{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:51251/", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "api/alert", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "AlertWebAPI": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/alert", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "http://localhost:51252/" } } }