XP Pro IIS 5.1 - Creating multiple web sites

  • Thread starter Thread starter Jeremy Howes
  • Start date Start date
J

Jeremy Howes

I can figure out how to configure multiple websites with
a root directory other than the localhost. How do I
create other root directories or I guess multiple
websites.

I use the HOSTS file to handle the DNS. I understand the
use of virtual directories. Here is want I want to do:

At the Browser Address:
http://jjh
http://jjh1
http://jjh2

In the Host File:
127.0.0.1 localhost
192.168.200.101:80 jjh
192.168.200.101:81 jjh1
192.168.200.101:82 jjh1

How do I configure the IIS to do this or can I?

Thanks In Advance
Jeremy
 
You can't, the version of IIS that comes with XP Pro only
supports a single website.

The versions of IIS that comes with Windows 2000 Server
(5.0) or Windows Server 2003 (6.0) support multiple
websites.
 
Back
Top