I have a .NET development environment on my host machine which uses IIS 7 to serve the ASP application. I have loopback adapters set up to serve the website on 192.168.1.189 using the host file.
I am needing the ability to test this same web app using a VM with Win7 IE 8 on it, but I am having troubles getting the VM to see my host machine. I tried going into the VM host file and pointing the website to my host machine like
192.168.1.189 www.mywebsite.com
However my VM cannot see this IP, which I tested using ping
. Any idea on what I need to change in order to get the VM instance to see and connect to my IIS server on that IP address? Thanks