> 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? >
You can use cfsetting's showdebugoutput attribute, and set it to "no": <cfsetting showdebugoutput="No"> FYI though, I believe this *did* work pre-MX. I use it in CF 4.5 with no problems, but I haven't used CF 5. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

