This isn't a valid Application.cfc file. Application.cfc doesn't use the cfapplication tag. As other's have noted, you'll want to read up on Application.cfc or consult Ray's overview of it. Once you set it up correctly you'll find that it will work fine.
On Tue, May 20, 2008 at 11:55 AM, Larry Schaberg <[EMAIL PROTECTED]> wrote: > I am quite lost on this one as I have not experienced this yet. We have an > outside application that was built and I am trying to use 1 Application.cfc > versus an Application.cfm. The application uses client variables so in the > main cfc off the root, I have: > > <cfapplication name="NameHere" clientmanagement="yes" > sessionmanagement="yes" sessiontimeout="#createtimespan(0,24,0,0)#"> > > but in any directory I go to, if I do not have an application file in it, > it gives an error that the client management must be enabled. Once I drop > the file in that directory, the error goes away and the page loads fine. It > appears as though CF is not looking in the above directory (root directory) > for the application file. > > > > Assistance would be really appreciated. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305731 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

