| 12345678910111213141516171819202122 | {  "iisSettings": {    "windowsAuthentication": false,    "anonymousAuthentication": true,    "iis": {      "applicationUrl": "http://localhost/CCS",      "sslPort": 0    }  },  "$schema": "http://json.schemastore.org/launchsettings.json",  "profiles": {    "IMCS_CCS": {      "commandName": "Project",      "launchBrowser": true,      "environmentVariables": {        "ASPNETCORE_ENVIRONMENT": "Development"      },      "dotnetRunMessages": "true",      "applicationUrl": "http://localhost:8089"    }  }}
 |