I\'m running Visual Studio 2012 on Windows 8 64bit. I have a 64 bit project that is in source control and I\'m trying to run it at home on my Windows 8 pc. The application b
Solution for me in VS 2015. I had a public dns entry mapped to my local iis and the web/debug tab of the project:
<app>.<domain>.co.uk
Just had to add that to the hosts file as a local host:
127.0.0.1 <app>.<domain>.co.uk
Thus VS no longer thinks the host is a remote machine.