blst02 wrote:
> If robust exceptions are on, all IPs can see the output.
>
> If robust exceptions are off, no IPs can see the output.
debug works as outlined here:
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Debug_02.html
*exception* info isn't the same as *debug* info. if you're
talking about errors,
unless you have a global error handling page or try/catch
logic, users will see
some exception info. what they see depends on whether you
have enabled "Robust
Exception Information", nothing to do w/the IP control
list--that's for *debug*
output.