What is an RSS Feed?its RSS FeedAll Feeds
Profile

Home . Ministries . ITS . CMSOverview . cmsDebug

Login


EducationMinisterialFinancial ServicesCamp MiVoden

Debug mode

Debug mode:

Return a decimal point . link that when clicked gives extended session information to the client.

file webpage_layout.asp Funtion DrawWebPageFoooter() should call DrawWebPageDebug() at the end like sOut = sOut & DrawWebPageDebug()

  1. engine_process_url.asp watches for http://url.tld?debugview=true and sets Session("DebugView") = True for the session
  2. If Session("DebugView") = True then when Webpage_functions.asp function DrawWebPageDebug() is called, debug information returns.
  3. turn off debug view by calling http://url.tld?debugview=false

Developer View:

http://204.76.174.150/ hosts a copy of the ucc cms bound to the ucc data for testing layouts.