|
sercosoft
|
 |
Posted: Tue Feb 19, 2008 9:46 pm |
|
 |
 |
 |
 |
Hello,
I have a bunch of CF8 data grids in my application. When I upload them to my hosting account (on a shared server) I run into a security issue on my CFC's. ColdFusion wants the functions that the data grids call to be "remote". Of course on the shared hosting accounts, ColdFusion RDS is disabled (as well it probably should be).
Does anyone know of any work arounds so I can get my CF 8 data grids up and running on my shared hosting account w/o RDS?
Thanks
|
|
|
|
brent
|
 |
Posted: Mon Feb 25, 2008 6:45 pm |
|
 |
 |
 |
 |
Whether a CFC's method is specified as remote or not has nothing to do with RDS. It has to do with whether they can be accessed from files outside of the CFC or not.
|
|
|