I have an ASP.NET project running in Windows 10 VirtualBox. While the Visual Studio project is running on localhost, I'd like to be able to access it from my Mac host operating system, however I get a 'Not found' error when entering it in the browser. How can I fix this?
Steps I've taken:
- Set virtual machine Network Adapter to 'Bridged'
- Started Visual Studio project, which runs on
localhost:27013
- Got the IP address of the Windows 10 Virtual Machine
- Entered that IP address on the Mac host machine
- Received 'Not found error'