Skip to main content
Participant
April 17, 2008
Question

CF object shared hosting

  • April 17, 2008
  • 1 reply
  • 256 views
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
This topic has been closed for replies.

1 reply

Inspiring
April 17, 2008
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.