That OR should begin with a protocol of course. <img src="http://www.urltosite.com/images/imagename.ext"> <img src="https://www.urltosite.com/images/imagename.ext"> But as anonymous said, in IIS, you can create a virtual directory. If you name that directory 'images', you would use it in your code just as if it were a normal directory.
Just be sure that when you create the virtual directory to the other machine, you use a "Connect As" account that has permission to read them. .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: WebSite CFTalk [mailto:[email protected]] Sent: Tuesday, June 22, 2010 7:46 AM To: cf-talk Subject: RE: Pathing Problem If you have created a virtual directory in IIS pointing to e:\images you should be able to use something like this: <img src="/images/imagename.ext"> Or: <img src="www.urltosite.com/images/imagename.ext"> -----Original Message----- From: Richard Steele [mailto:[email protected]] Sent: 21. juni 2010 15:14 To: cf-talk Subject: Pathing Problem Our images reside on a separate drive e:/images. Our website is on c:\inetpub\wwwroot. How do I show the images on the e drive? Adding a virtual directory "images" in IIS and having img src in our code point to e:\images doesn't seem to work. Thanks in advance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334719 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

