I am having a problem getting IIS to properly map my web root.
I'm using DWMX and have never had this problem beofre. I've always used (on the same machine) F:/SITES/[the site] as the local storage area and then C:/localhost/Webs/[the site] as the testing server. [the site] = the name of the current project (e.g. Car Company).
When I preview the site from dreamweaver, IE/IIS attempts to look for the site in the /localhost/ directory INSTEAD of the /localhost/SITES/car company.
Everthing is configured properly in DWMX. If I go to the page runs without any problems -- so the server end seems ok.
I can even get to Company/index.aspx but none of the graphics load. If I hover the mouse over the graphics quickly, I see in the status bar that the URL is /localhost/images/car1.gif INSTEAD of /localhost/SITES/images/car1.gif.
For some reason the url is leaving out this "second level" of mapping. I've been using DWMX for a while and I've never had this problem before.
For whatever it's worth, this is a VERY simple testing site has a root directory where the .aspx files are, and an IMAGES directory where all the images are located. In DWMX, the image, car1.gif, is listed in the Src box as: /images/car1.gif. Thus, I have no idea where it's "losing" the "SITES" part of the relative path.
Any help is greatly appreciated.
Thanks in advance!
I'm using DWMX and have never had this problem beofre. I've always used (on the same machine) F:/SITES/[the site] as the local storage area and then C:/localhost/Webs/[the site] as the testing server. [the site] = the name of the current project (e.g. Car Company).
When I preview the site from dreamweaver, IE/IIS attempts to look for the site in the /localhost/ directory INSTEAD of the /localhost/SITES/car company.
Everthing is configured properly in DWMX. If I go to the page runs without any problems -- so the server end seems ok.
I can even get to Company/index.aspx but none of the graphics load. If I hover the mouse over the graphics quickly, I see in the status bar that the URL is /localhost/images/car1.gif INSTEAD of /localhost/SITES/images/car1.gif.
For some reason the url is leaving out this "second level" of mapping. I've been using DWMX for a while and I've never had this problem before.
For whatever it's worth, this is a VERY simple testing site has a root directory where the .aspx files are, and an IMAGES directory where all the images are located. In DWMX, the image, car1.gif, is listed in the Src box as: /images/car1.gif. Thus, I have no idea where it's "losing" the "SITES" part of the relative path.
Any help is greatly appreciated.
Thanks in advance!