{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:6155/", "sslPort": 44371 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "ManagedSockets" } }, "AutobahnTestApp": { "commandName": "Project", "launchBrowser": true, "launchUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "ManagedSockets" } }, "AutobahnTestApp (SSL)": { "commandName": "Project", "launchBrowser": true, "launchUrl": "https://localhost:5443", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "ManagedSockets" } }, "WebListener": { "commandName": "Project", "commandLineArgs": "--server Microsoft.AspNetCore.Server.HttpSys", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "ManagedSockets" } } } }