Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

DNX error VS 2015 community update 2 on Windows 10

$
0
0

Clean installation on a new workstation. Downloaded Visual studio 2015 community addition update 2. I’m getting that all too infamous error: An error occurred attempting to determine the process id of the DNX process hosting your application.

Turns out that if I set my MVC 6 project to HTTPS I get the error.

"iisSettings": {

    "windowsAuthentication": false,

    "anonymousAuthentication": true,

    "iisExpress": {

      "applicationUrl": "https://localhost:44319/",

      "sslPort": 44319

}

If I set the application Url to let say http://localhost:44318/ and I start the project it works as normal. If I then type inhttps://localhost:44319/ in the browser the web app works as expected. As soon as I set my application Url back tohttps://localhost:44319/ I get the error again.

Any suggestions on how to fix this?


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>