So...I have started working as a front-end developer in a shop that does .NET. I use a Mac and have a VMWare image with Visual Studio and the project on it. The project runs great. However, I was talking to a developer here, and someone before I got here, use to be able to point a specific port to their VMWare windows machine. Meaning, they were able to code on their Mac, share the folder to VMWare and then just view it in their browser on the Mac. Basically, using the VMWare image as a server.
So http://localhost:123/ would be redirected to the VMWare machine. I know the Visual Studio project, when compiled, runs at http://localhost:1309/, so basically, my questions is...How do I replicate that environment? I was told there was a program he needed to reroute the port, and that he was using NAT.
Anybody ever done this before?