Virtual Servers take advantage of this by hosting the single IP address then, put the domains in completely seperate directories.<br>
<br>
thus:
can be hosted to a directory like ../htdocs<br>
then
can be hosted to a directory like ../htdocs2<br>
then
can be hosted to a directory like ../htdocs3<br>
<br>
Okay now I am not an expert in IIS 4 whatsoever, so please if this is wrong I am sorry about this. What you are suggesting is not only possible it is done all the time, and it is the premise of Virtual Hosting.<br>
<br>
You have to have IIS4 installed on an NT SERVER. You will need to go to the Microsoft Management Console. Go into Console then Root, then Internet Information Server, then Computer name. Right Click on computer name, go down to new website, I believe it starts a wizard. Where it asks the IP, leave default, or all unassigned. When it is created, Right Click on the new website you created and click properties, on the properties page, find the advanced button, press that. Highlight the identity(your domain) and click edit. Under Host header address, you right click then NEW SITE. from In there you can setup the IP on TCP/IP port 80, with a home directory consisting of either the same directory or a seperate directory, which is what you need to host different sites on the same IP, because you then assign
to (for example 90.0.0.1) in a directory of /home/htdocs1 then host
to the /home/htdocs2<br>
But if you wanted to save yourself some money you could then map for instance a sub domain to the original like subdomain.yourname.com to /home/htdocs3<br>
<br>
This information was provided by a friend of mine over the phone so I hope it is fairly accurate. As I said I am not an expert in IIS4.<br>