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

前端 未结 17 993
南方客
南方客 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:32

    I've just discovered one more problem that was causing this!

    web.config in project root had some dodgy IIS URL rewrite rules to enforce HTTPS. Removing those rules solved the problem.

提交回复
热议问题