Question : ESXI management network on seperate vSwitch

Hello Experts,
I have an ESXI question. I set up a simple single server network for a client using ESXI as the host with one server guest and several desktop VM guests. I have read that setting up a seperate vSwitch / NIC for the management network is recommended. Should I do this for a single server ESXI deployment as well? What are the advantages of this networking configuration?

Answer : ESXI management network on seperate vSwitch

To Create a virtual directory:
http://technet.microsoft.com/en-us/library/cc771804(WS.10).aspx

To Manage Virtual Directories in IIS 7
http://technet.microsoft.com/en-us/library/cc771004(WS.10).aspx

Good Tutorial:
http://mvolo.com/blogs/serverside/archive/2007/07/12/Creating-IIS7-sites_2C00_-applications_2C00_-and-virtual-directories.aspx

Other info:
http://msdn.microsoft.com/en-us/library/ms178477.aspx#

NOTE:
If you want to run a web site on a workstation like Windows Vista, the simplest thing you can do is copying (or creating) your application files in a subfolder of the Inetpub\wwwroot directory.

If your application files are not in a subfolder of wwwroot, you can create a virtual directory pointing to your project folder. Make sure that this virtual directory has execution permission and is created as an application.

Then you should be able to access the site from other computers using your computers name like this:

http://YourComputersName/YourAppName/

or

http://YourIP/YourAppName/

GOOD LUCK AND HAPPY WEEKEND.
Random Solutions  
 
programming4us programming4us