I\'m trying to load a project that uses port host header names. My host file has 127.0.0.1 mysite
I get the following error when attempting to load the project in V
Old question, but here's an answer:
In either your Client.Web.csproj or Client.Web.csproj.user file, search for "UseIISExpress" and set that value to false. It'll be in one of those two files.
false
Then VS2010 should be able to open and run/debug the project.