This error occurs when opening a web project from another place where it was first opened.
To fix it, just open the Projects .csproj file and uncomment the URL part in notepad:
<pre>
<strong><!–</strong><IISUrl>http://foo.bar</IISUrl><strong>–></strong>
</pre>
