The code was referring to the mapping in cf...I also had a virtual directory pointing to the directory.
------------------------------------ Three Ravens Consulting Eric Roberts Owner/Developer [email protected] tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com ------------------------------------ -----Original Message----- From: Dave Watts [mailto:[email protected]] Sent: Friday, August 17, 2012 1:24 PM To: cf-talk Subject: Re: mapping question > If I have a mapping set up of /Log pointing to > c:\inetpub\wwwroot\inventorylog and the file is located in > c:\inetpub\wwwroot\inventorylog\acceptreq and I then try to go to > http://sitename/Log/acceptReq/15BC0EE1-F3FC-6A8C-90D99A7D8B54BDD3.xml, > it should display the file? This should hold true if I use a cf > mapping or an IIS mapping, right? I am obviously missing something > minor here as I get a > 404 when I go to the actual site (sitename is obviously not the real name). No. CF mappings only affect CF code (CFINCLUDE, CFMODULE, etc). You need an IIS mapping (virtual directory) to make the directory available to HTTP requests. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352193 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

