Okay, I've searched high and low and figure I am missing something simple - or IIS is extremely stupid.
I have a development server with one IP address on it. No domain names are pointing to the development server, but I need it to put multiple sites on it. I would like to access the sites by 127.0.0.1:80 and 127.0.0.1:8080 and 127.0.0.1:8888 and so forth. (Same IP, different ports)
I realize to add multiple sites by TCP Port you go to MMC, Right Click on the web server, click "Properties", click on "Advanced" next to IP Address and add a new site. (And yes, I could do this with host headers or Ports - it is the same thing, just a differnt way of doing it.)
This works fine.... HOWEVER, all three URLs point to the same directory. I can access 127.0.0.1:80 127.0.0.1:8080 and 127.0.0.1:8888, but they all lead to the same place and thus the same content.
How to fix this, I am completely baffeled... ???
As I see it you can't change this. Because when you click on the "Home Directory" tab you can only alter the home directory for this specific web server. (ie. all three web sites I have added.) But then again, I am by no means an IIS guru and thats why I'm asking!
How can I point all three addresses/ports to different physical paths on the computer?
Thanks for any help in advance!
Rebies
FYII: I need to do this because the sites do not function properly if I can not refer to images by using "/images/thisimage.jpg" and the same goes for all links, SSI, and Cold Fusion inclusions. Thus, each site has to be at the root directory so that nothing needs to be changed when uploaded from the development server to the actual servers.
I have a development server with one IP address on it. No domain names are pointing to the development server, but I need it to put multiple sites on it. I would like to access the sites by 127.0.0.1:80 and 127.0.0.1:8080 and 127.0.0.1:8888 and so forth. (Same IP, different ports)
I realize to add multiple sites by TCP Port you go to MMC, Right Click on the web server, click "Properties", click on "Advanced" next to IP Address and add a new site. (And yes, I could do this with host headers or Ports - it is the same thing, just a differnt way of doing it.)
This works fine.... HOWEVER, all three URLs point to the same directory. I can access 127.0.0.1:80 127.0.0.1:8080 and 127.0.0.1:8888, but they all lead to the same place and thus the same content.
How to fix this, I am completely baffeled... ???
As I see it you can't change this. Because when you click on the "Home Directory" tab you can only alter the home directory for this specific web server. (ie. all three web sites I have added.) But then again, I am by no means an IIS guru and thats why I'm asking!
How can I point all three addresses/ports to different physical paths on the computer?
Thanks for any help in advance!
Rebies
FYII: I need to do this because the sites do not function properly if I can not refer to images by using "/images/thisimage.jpg" and the same goes for all links, SSI, and Cold Fusion inclusions. Thus, each site has to be at the root directory so that nothing needs to be changed when uploaded from the development server to the actual servers.