How to access guest website from host browser?

fuhrj

Bit poster
I am developing a web application in my guest OS, which is Windows. The app is running in IIS.

This is an iPhone app, so I need to test it using Safari.

How do I access a website running in the guest OS from the host?

I am using Shared Networking mode.

Thanks!
Jaime
 
put a copy in a shared folder

2)
or I experimented with the Safari Menu >> File >> Open File

and got this path to a jpg as a test

file:///private/tmp/230/C/Documents%20and%20Settings/Ejer/Dokumenter/My%20Received%20Files/Billeder01%20079.jpg

on the Mac desktop the VM Image >> /C/Documents%20and%20Settings/>> MY USER NAME in WiNDOWS >> /Dokumenter/My%20Received%20Files/Billeder01%20079.jpg

so two valid methods

Hugh W
 
Back
Top