Actually this is starting to make sense... If you add /CFIDE as a virtual dir and add GraphData.cfm to it, then IIS won't balk as per the other message in this thread (can't recall who posted it), but will allow the URL to be executed. Then, since the URL is actually a Jrun servlet mapping, Jrun itself never tries to execute the physical file because the servlet mapping fires.
So by adding a virtual directory of CFIDE and adding that cfm template, you're satisfying IIS to let it pass the URL along to Jrun... which then handles the call without ever even looking at the physical files. If I were you, I'd fix the issue outlined in the message posted about the IIS issue not executing missing files rather than adding a CFIDE virtual directory to all your sites... Just my 2 cents. Laterz! J On 6/11/05, Allan Cliff <[EMAIL PROTECTED]> wrote: > > Yes, when i said mappings i meant virtual directories in IIS. > > We had exactly the same problem as Matthew did and creating that file and > those virtual directories solved the problem. > > Allan > -- --------------- ------------------------------------- Buy SQLSurveyor! http://www.web-relevant.com/sqlsurveyor Never make your developers open Enterprise Manager again. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209221 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

