如何使用Virtual PC上的端口访问localhost
我安装了一台带有Windows7的Virtual PC,并打开了与我的机器localhost的连接。 我的电脑名称是memphis,我在hosts文件中添加了以下行: 127.0.0.1 memphis 我也更新了 IIS 默认网站绑定包括: memphis, 80, All unassigned 现在,在我输入的虚拟机IE9中输入: http://memphis/ 这很好用,并显示目录内容......然后我在IIS下添加了一个新网站,并将其绑定更改为 localhost 900, and memphis 900 在我的机器运行良好,但在Virtual PC IE我输入: http://memphis:900/ 我得到的页面无法显示......发生了什么?为什么我无法访问Virtual PC上的其他端口?