Windows-7
從 virtualbox IE6 訪問主機 (IIS7) localhost:33369
試圖設置我的 windows xp 的 virtualbox 副本並讓它能夠訪問我的主機 (win7) IIS 7 express
localhost:33369
虛擬機 ipconfig
IP Address: 10.10.2.15 subnet: 255.255.255.0 Default gateway: 10.10.2.2
virtualbox適配器上的win 7 ipconfig
IPv4 Address. . . . . . . . . . . : 192.168.56.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . :
在 xp 中,我嘗試添加
10.0.2.2:33369 staging.com
到..etc/hosts
文件中,但是在 ie6 中加載 staging.com 時,它不會路由到我的 win7 主機版本的 localhost:33369。知道我做錯了什麼嗎?我認為它適用於埠 80(因為它以前適用於 xampp).. 我只是無法在 win7 機器上的 IIS 埠 80 上執行這個特定站點。它必須在埠 33369 上
更新:目前狀態,在 xp 上,
- 我在 hosts 文件中將 staging.com 設置為 10.10.2.2
- 在 ie6 中導航到 stanging.com,我得到了我的 IIS 預設螢幕(埠 80)
- Visual Studio -> 在瀏覽器中查看 -> 在 localhost:33369 上的 win7 上啟動站點
- 在 xp 上的 ie6 中,我訪問 staging.com:33369 並且無法在主機上查看該站點
來賓上的主機文件條目應為“10.0.2.2 staging.com”,而來賓 Web 瀏覽器上的訪問 URL 應為“ http://staging.com:33369 ”。