I installed IIS on my pc to work in conjuction with ColdFusion Server Developer Edition so I can preview web pages on my local machine before uploading to the live web server (hosting company).
Currently, the folder containing my web application is in inetpub/
This works fine except that the exising templates have a number of references to an image directory as follows:
/images/myimage.jpg
(it works on the live web server because I think the hosting company has some type of mapping set up)
The only way I can get the images to show on my local machine is as follows:
/mysite/images/myimage.jpg
Is there a way, in IIS administration tools, to set up a mapping of
/inetpub/in addition to the default configuration of
/inetpub/
Thank you very much in advance and I greatly appreciate the help.
Currently, the folder containing my web application is in inetpub/
This works fine except that the exising templates have a number of references to an image directory as follows:
/images/myimage.jpg
(it works on the live web server because I think the hosting company has some type of mapping set up)
The only way I can get the images to show on my local machine is as follows:
/mysite/images/myimage.jpg
Is there a way, in IIS administration tools, to set up a mapping of
/inetpub/in addition to the default configuration of
/inetpub/
Thank you very much in advance and I greatly appreciate the help.