Hi,
The documentation of cfajaxproxy states that the reference to the cfc can be absolute.
I do have the authentication.cfc in a BLL directory which is placed way far from the directory where I invoke it. How do I refer in an absolut manner?
tried this, doesn't work
<cfajaxproxy cfc="/wr/lib/BLL_DAL/authentication" />
tried this, doesn't work
<cfajaxproxy cfc="wr.lib.BLL_DAL.authentication" />
thanks heaps
The documentation of cfajaxproxy states that the reference to the cfc can be absolute.
I do have the authentication.cfc in a BLL directory which is placed way far from the directory where I invoke it. How do I refer in an absolut manner?
tried this, doesn't work
<cfajaxproxy cfc="/wr/lib/BLL_DAL/authentication" />
tried this, doesn't work
<cfajaxproxy cfc="wr.lib.BLL_DAL.authentication" />
thanks heaps