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:334718 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

