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
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