{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:5101", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "api/ServiceA/ping", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "OcelotStudy.WebApiA": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/ServiceA/ping", "applicationUrl": "http://localhost:5101", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }