I\'ve a problem with loading Web Application project in VS2013. This project depends on IIS Express, but I wouldn\'t install IIS Express because I already installed IIS.
Happened to me too. My workaround:
true
, and change it to false
.Result - different error:
The Web Application Project web is configured to use IIS. To access local IIS Web sites, you must run Visual Studio in the context of an administrator account. In addition, you must install the following IIS components:
ASP.NET
So:
True
to false
Result - Great Success!