OK, I get it!
For those who are interested, here's how:
Say my development URL on the host is: http: // localhost: 59215 / Default.aspx
Download this utility called tcpTrace and run it on the host machine. When he starts to configure it as follows:
Listen to port
Click OK and release tcpTrace on the host computer.
In the virtual machine, go to the browser on the IP address of the host computer, for example, in my case: http://192.168.0.4/Default.aspx
and it will work!
PS. To get the IP address on the host machine, run ipconfig (in a command prompt window). Your IP address will be displayed in the "IPv4 Address" line for the network you are connected to.
PS2. Also, my Windows 7 (host) does not come with third-party antivirus and firewalls. It has a built-in Windows firewall and MS Security Essentials as AVP. Therefore, if your setup is different, you need to open the incoming port 80.
PS3 Speaking of the VMWare workstation, the virtual machine network adapter parameter is set to "NAT: used to share the host IP address" because it was installed out of the box when it was installed.
source share