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