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

前端 未结 5 1875
天涯浪人
天涯浪人 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:49

    I got this error when I was trying to debug an ASP.NET Core (RC1) project with the Enable SSL option checked. Previously I had moved the IIS Express Development Certificate into the Local Machine\Trusted Root Certificates folder in Certificate Manager in an attempt to prevent Chrome showing SSL errors. It turns out that that certificate is needed in the Local Machine\Personal folder. Copying the certificate there solved the problem.

提交回复
热议问题