Is there another Application.cfc and/or Application.cfm somewhere that is superceding yours? The CFC version takes precedence if they are both present.
cheers, barneyb On Sun, Jun 14, 2009 at 10:01 AM, Don L<[email protected]> wrote: > > I'm using cf8.0.1, developer edition (I could easily switch it to my licensed > 8.0 edition as well). > > In my cfapplication.cfm file, I've defined the app name, session management > etc with cfapplication tag (the usual stuff) and a cfscript > for setting some global variables such as > <cfscript> > myAppDS = "myDS"; > myAppDir = "thisDir"; > </script> > > It always works. Now when I move the code to my CF ISP, however, the above > code failed, that is, the "myAppDS" variable is no longer available to other > scripts. I know probably I should have used application.myAppDS instead. > Have quickly checked the cf administrator settings and tried a few option > related to variable, the app works locally no matter what. What could > prevent my cf isp's cf admin setting from hehaving normally? Thanks. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323491 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

