Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Location
    Dallas, Tx
    Posts
    277

    Default

    My web host claims CFC files must be called from the web root of a
    multihomed IIS server and that poses security issues. So, they aren't going
    to allow me to use CFC files with my Flash remoting site. Is this correct?

    If this is correct, and I have to put all my queries into a CFM page, how do
    I call them to create the service objects? Here's how I'm doing it with the
    CFC on my local server.

    soServiceItems = cfServer.getService("servicesFolder.cfcName", this);
    soServiceItems.getServiceItems();

    Thanks in advance,

    Scott
    IP

  2. #2
    Join Date
    Aug 2000
    Location
    Dallas, Tx
    Posts
    277

    Default

    My web host claims CFC files must be called from the web root of a
    multihomed IIS server and that poses security issues. So, they aren't going
    to allow me to use CFC files with my Flash remoting site. Is this correct?

    If this is correct, and I have to put all my queries into a CFM page, how do
    I call them to create the service objects? Here's how I'm doing it with the
    CFC on my local server.

    soServiceItems = cfServer.getService("servicesFolder.cfcName", this);
    soServiceItems.getServiceItems();

    Thanks in advance,

    Scott
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •