IIS: Creating Multiple Web Sites within IIS on Windows 2000 and Windows XP Professional
Original source : http://www.xoc.net/works/tips/multiple-iis-sites-professional.asp In the server versions of Windows, you can have multiple versions of web sites installed into IIS and running simultaneously. You can install and run more than one web site within IIS in the professional version of Windows XP or Windows 2000. You just have to pull a trick to modify the IIS metabase to that it is aware of the additional sites. The user interface does not support creating more than one web site. Also, you still will not be able to have more than one site running at the same time. To create the second web site: * Create a command prompt window. * Type "cd \Inetpub\Adminscripts" and press enter. * Find out what the highest numbered site you currently have is. You can do that by typing adsutil.vbs ENUM /P W3SVC If you have never done this process before, the highest numbered site should be 1. * Add one to the highest numbered site. Then run this command: adsutil.vbs ...