I have a web server running Windows NT with only one IP
address. I have successfully setup IIS for one web site
(Ex. http://www.1stsite.com). I want to add a 2nd web site
onto the same IP address (Ex. http://www.2ndsite.com). How
is this configuration accomplished as i have been unable
to figure this one out?
Thanks,
Adam
Jeff Cochran - 16 Jul 2003 19:56 GMT
>I have a web server running Windows NT with only one IP
>address. I have successfully setup IIS for one web site
>(Ex. http://www.1stsite.com). I want to add a 2nd web site
>onto the same IP address (Ex. http://www.2ndsite.com). How
>is this configuration accomplished as i have been unable
>to figure this one out?
See these:
Configuring IIS with Host Headers:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
http://www.iisanswers.com/articles/dns_for_iis.htm
Jeff
===================================
Jeff Cochran (IIS MVP)
jcochran.nospam@naplesgov.com - Munged of Course
I don't get much time to respond to direct email,
so posts here will have a better chance of getting
an answer. Besides, everyone benefits here.
Suggested resources:
http://www.iisfaq.com/
http://www.iisanswers.com/
http://www.iistoolshed.com/
http://securityadmin.info/
http://www.aspfaq.com/
http://support.microsoft.com/
====================================
Tom Cahill - 16 Jul 2003 20:42 GMT
Adam,
you would just need to register the second website with the same IP
address. Then in IIS use host header names and both websites will run from
the default tcp port of 80. Hope this helps. If you need more info check
out microsoft.public.inetserver.iis newsgroup. There is a lot of talk about
your topic there. You can also search on Google for some good results.
God Bless,
Tom
> I have a web server running Windows NT with only one IP
> address. I have successfully setup IIS for one web site
[quoted text clipped - 6 lines]
>
> Adam