I have a group of CFC's that I access from two seperate Applicaiton scopes.
One /Application.cfc is in the Root.
The other Application is in /Admin/Application.cfc The cfcs are in in /_cfc/
If I call a cfc (using createObject())from a page in (for example) /Admin/members/edit.cfm, does this cfc get it's Application scope from:
Application 1: /Application.cfc
or
Application 2: /Admin/Application.cfc
The calling page is under Application 2, but the CFC itself is under Application 1.
I hope I am making sense.
Thanks
Jason