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
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.