I have several sites set up on my Virtual Box Windows VM build.
When running the sites locally in Visual Studio is it possible for me to view the site from the Mac that has Virtual Box installed.
I need to do this for cross browser testing purposes.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With bridged networking, your VM should be accessible in your network as if it were a physical host, IIRC. The host should have an IP address and a host name. In the VM, run ipconfig in a command line. Then you should be able to ping your machine from the physical host, for example, at least using the IP address from ipconfig. And you may be able to access your sites by using a URL like
http://<vm-hostname>/pathin a browser on your physical machine. Or if that doesn’t work, you should check the firewall in the VM.