An error occurred attempting to determine the process id of the DNX process hosting your application on clean installed windows 10 + vs2015

前端 未结 5 1871
天涯浪人
天涯浪人 2020-12-19 13:03

I have a clean installed windows 10, and a clean installed VS 2015 Update 1 with RC1 ASP.NET Tools. When I start a new ASP.NET MVC project without any authentication!, and H

5条回答
  •  攒了一身酷
    2020-12-19 13:46

    I think my problem was because I had the "Enable SSL" option checked but the certificate was not installed on this machine.

    So, running the site with Ctl+F5 installed the certificate and then I was able to debug the site solving my issue.

提交回复
热议问题