{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:58125/", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "WorkOrderApi(Dev)": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "http://localhost:28310/" }, "WorkOrderApi(DevBase)": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development_Base" }, "applicationUrl": "http://localhost:28310/" } //"WorkOrderApi(Prod)": { // "commandName": "Project", // "launchBrowser": true, // "launchUrl": "api/info", // "environmentVariables": { // "ASPNETCORE_ENVIRONMENT": "Production" // }, // "applicationUrl": "http://localhost:28310/" //} } }