Skip to main content
Known Participant
March 7, 2007
Question

How Enable the Disabled tags through coding.

  • March 7, 2007
  • 1 reply
  • 275 views
We can disable the Tags through the cold fusion administration security section. Can these tags shall be enabled aging through our coding.

Say for example we are able to set the debugging info through the code
<cfsetting showdebugoutput="yes">

Is there any similar way to enable those tags which are disabled through security section.

Thanks in advance
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 7, 2007
    Tag disabling is a security measure, primarily targeted for use within a shared environment. ColdFusion does not expose any tags or functions that will enable/turn on a disabled tag other than using the ColdFusion administrator.

    If you are having problems with an ISP and need a specific tag turned on, I would suggest finding an alternate hosting provider that does allow the tag/function you need. You may need to change your hosting plan to a sandboxed instance of ColdFusion (which would give you access to the CFIDE), a virtual server, a dedicated server, or even what is called a Co-Location where you put your server on the providers network.