{ "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "Syc.Basic.Web.WMS.HttpApi.Host": { "commandName": "Project", "launchBrowser": true, "applicationUrl": "http://*:9100", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, } }, "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "https://localhost:44386", "sslPort": 44386 } } }