


AFAIK when I run a web application in Visual Studio on IIS the binding should be added to the applicationhost file, but there are no entries for any of my web applications. I've also noticed one thing: in the applicationhost file in C:\Windows\System32\inetsrv\config\nfig there is not any reference to my web applications created in Visual Studio. In case the firewall was still doing something under the hood, I've also added an inbound rule to allow connections for port 1654, but same result. With the former I get a Bad Request - Invalid Hostname response, while with the latter I get ERR_CONNECTION_REFUSED. I've tried to access the web application using both and but with no luck. Running ifconfig on the Mac I get that the IP address of the virtual machine is 10.211.55.2 while running ipconfig on Windows I get that the IP address is of the VM is 10.211.55.3 (with gateway 10.211.55.1). Next I've checked the ip addresses of the host and the virtual machine. For example for a generic application running on Windows at I would like to access it from Mac browser with something like The first thing I did was to completely shutdown the Windows firewall, disabled it on public and private networks and also disabled the Firewall service in services.msc. I need to access web applications created on Visual Studio and running on IIS 10 from the host.
#PARALLELS ACCESS FOR WINDOWS WINDOWS 10#
I'am running Windows 10 on OS X using Parallels Desktop (network is in SHARED mode).
