Copy link to clipboard
Copied
Hi - until recently, I had a dedicated IP address which was used in a remote CF server to allow me to see its server information.
Unfortunately, I now do not have one, but still need this server information in order to develop.
Is there a CF tag I can use to reveal this information?
Thanks! Karen
Ah you are talking about the DEBUGGING OUTPUT.
Dan provided you the tag below that would allow you to turn that on or off in your CFML code.
AS LONG AS debugging overall is turned on in the control panal and allowed for all users. I.E. there is no IP restrections entered into the field that used to allow you to see the debugging output.
Copy link to clipboard
Copied
What server information are you trying to see? How did a dedicated IP address allow you to see it before? A dedicated IP address to what; workstation, developer server, productions server, what?
Is it anything like <cfdump var="#server#"> or <cfdump var="#cgi#">?
Copy link to clipboard
Copied
At server level, in administrator, my prior static IP was entered along with all the websites I control. Whenever I'd access those websites, I could see all the server information at the bottom of the page.
This is what I am trying to access now. The person who administrs the server said that there is a CF tag that I can use to replicate that and I thought there was, but now I cannot identify it.
Copy link to clipboard
Copied
Ah you are talking about the DEBUGGING OUTPUT.
Dan provided you the tag below that would allow you to turn that on or off in your CFML code.
AS LONG AS debugging overall is turned on in the control panal and allowed for all users. I.E. there is no IP restrections entered into the field that used to allow you to see the debugging output.
Copy link to clipboard
Copied
OK, I see - use cfsetting showdebugoutput=yes/no
Thanks! When I saw the other message, I thought "cfset" - arrrrggggg!
Copy link to clipboard
Copied
<cfsetting>
I'll let you figure out the rest.