Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF object shared hosting

New Here ,
Apr 17, 2008 Apr 17, 2008
is there a work around to get rid of a cf object because i am moving my hosting to a shared server and i would rather rewrite the code if possible instead of pay the extra money for a dedicated server
TOPICS
Getting started
260
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 17, 2008 Apr 17, 2008
LATEST
info@ksdinfusion.com wrote:
> is there a work around to get rid of a cf object because i am moving my hosting to a shared server and i would rather rewrite the code if possible instead of pay the extra money for a dedicated server

With a touch of effort, one can replace createObject() functions with
equivalent <cfinvoke ...> tags.

The tag is usually not disabled since it can only work with components
not java and com objects that createObject can also create. Which can
give it a lot of undesired access on a shared server to the underling
system.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources