> Hi, I am working on an RIA using CFMX, and using CF to generate some
> XML pages. I am running into a problem with the debug portion of the
> CF page, obviously Flash doesn't like all those comments appearing at
> the bottom of each page.
>
> Is there a way in CFMX is programmatically control the display of debug
> information in the application? I know you couldn't do this in CF5, but
> can you, for example, set a tag to remove all debug content from the page?


I don't work with CFMX, but to do this on an application-wide basis, couldn't
you just include the tag in your application.cfm?

<cfsetting showdebugoutput="no">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to