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

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

    For me, on my clean installation, not having the URL Rewrite extension installed was causing this error.

    http://www.iis.net/downloads/microsoft/url-rewrite

    After installation, I no longer get the error.

    The authentication answers above didn't make any difference in my case.

提交回复
热议问题