cf only cares about the IP address, by default it allows localhost in the IP restrictions. Try removing all the IP restrictions and see if that helps.
Also are u sure you don;t have another cfsetting further down your code disabling the debugging again ? On Wed, Dec 7, 2011 at 6:53 PM, Greg Morphis <[email protected]> wrote: > > I have CF 9 developer version running on IIS 7, my server is > http://localhost:81 > I look in the cfadmin and the debugging options are selected, I check > Application.cfc and I've got > > <cfsetting > requesttimeout="200" > showdebugoutput="true" > enablecfoutputonly="false" > /> > > And yet, there's no debugging at the bottom showing queries ran, > structures, etc. > > Is it because I have it running in IIS or a different port? Is there a > setting I turn on to allow me to see the debugging info? > > Thanks! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:349003 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

