Не удается подключиться к процессу выполнения, время ожидания превышает 10000 мс - PullRequest
0 голосов
/ 22 февраля 2020

основное приложение asp. net не запустится, я получаю сообщение об ошибке на прикрепленном экране

кто-нибудь встречался с чем-то подобным?

enter image description here

{
  "iisSettings": {
    "windowsAuthentication": true,
    "anonymousAuthentication": false,
    "iisExpress": {
      "applicationUrl": "http://localhost:57115",
      "sslPort": 44362
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Production"
      }
    },
    "CoreMVC": {
      "commandName": "Project",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Production"
      },
      "applicationUrl": "https://localhost:5001;http://localhost:5000"
    }
  }
}


...