Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show debugging when disabled on server

Status
Not open for further replies.

jmcg

Technical User
Jun 30, 2000
223
GB
Debugging is disabled on the development server I use (no idea why but have asked for it to switched o and been told it is policy to have it off!)
What I wanted to know was if it as possible to switch it on with the CF template to view the debug output?
 
I could see disabling debugging in a production environment, but not development. Especially as you can restrict debugging information by ip address. Unfortunately, AFAIK none of the debugging tags/functions can override the settings in the CF Administrator. So you may be out of luck.

While not ideal, you might try setting up an custom error handling page to capture the detailed error information. Then write it to a log file, email it, etcetera.

----------------------------------
 
Thanks cfSearching, you've confirmed what I thought.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top