An error occurred attempting to determine the process id of the DNX process hosting your application

前端 未结 17 1011
南方客
南方客 2020-12-01 04:03

I get this error message when I\'m trying to start the application.

An error occurred attempting to determine the process id of the DNX process host

17条回答
  •  难免孤独
    2020-12-01 04:38

    I hit this problem due to the project config trying launch https://localhost instead of http. Right click on the webproject, under "Debug" and adjust "App URL" to be http instead of https.

    Another way to get around this was switching the launcher from "IIS Express" to "Web"

提交回复
热议问题