I\'m running different versions of our application on Sun\'s open source VirtualBox, is it possible to remote debug the app from the host OS with Visual Studio? The problem is t
It sounds like your guest setting have NAT for the netowking adapter. Go into the guest setting, choose networking and if the type of network is NAT switch it to Bridged. NAT produces an address range that is not public; whereas, bridged will give the guest OS an IP on the same subnet as the host.