Skip to main content
Inspiring
March 25, 2008
Answered

Debug Information on web page

  • March 25, 2008
  • 1 reply
  • 339 views
I create a page using Dreamweaver and ColdFusion. I click on Server Debug and the page looks fine. When I preview the page through IExplorer I see like a report in the background of the web page. On the top of the report is says Debug Information.

Ok what did I screw up.

Thanks....
    This topic has been closed for replies.
    Correct answer Jeffh13
    Thanks

    1 reply

    Inspiring
    March 25, 2008
    Jeffh13 wrote:
    > I create a page using Dreamweaver and ColdFusion. I click on Server Debug and
    > the page looks fine. When I preview the page through IExplorer I see like a
    > report in the background of the web page. On the top of the report is says
    > Debug Information.
    >
    > Ok what did I screw up.
    >
    > Thanks....
    >


    This is a server setting that can be controlled for the entire server
    from the ColdFusion Administrator application or on a page by page basis
    with the <cfsetting showdebugoutput="no"> tag.


    Jeffh13AuthorCorrect answer
    Inspiring
    March 25, 2008
    Thanks