I have IIS running on my local machine and a couple of virtual machines so I can test Internet Explorer 6, 7, & 8. I can't seem to get them to find localhost. Any ideas?
|
| |||||||||||||
feedback
|
|
Each virtual machine behaves exactly the same as a real physical computer on a network, so the host should be referred-to by its IP address, not by the name localhost. If you do not know the host's IP address, enter The IP address of host and VM should agree on the network prefix, which could be 192.168.1.xxx or similar. | |||||
feedback
|
|
You most likely have an active firewall. That's why I had the exact same problem with my Virtual PC IE6 client... Added a new inbound rule for port 80/443, and now I can access my IIS hosted websites on my local PC just fine. To do this (on Windows 7), go to run, and type "windows firewall", then click on "Windows Firewall with Advanced Security" Select "Inbound Rules" on the left, and then click New Rule.. on the right, then follow the wizard. | |||
feedback
|