launchSettings.json 700 Bytes
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:23512",
      "sslPort": 0
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": false,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "hotReload": false
    },
    "Mvc": {
      "commandName": "Project",
      "launchBrowser": false,
      "EnableBrowserLink": false,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "hotReload": false,
      "applicationUrl": "http://localhost:9081"
    }
  }
}