Ahh, Thanks I was setting it in OnApplicationStart.
PS: That also fixed my problem of when dumping application scope it dumped all sorts of ugly method references. Thankyou. Regards Dale Fraser > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Matthew Walker > Sent: Thursday, 2 February 2006 3:19 PM > To: [email protected] > Subject: [cfaussie] Re: What Defines an Application > > In your two Application.cfcs have you set this.name? It should be set to > two different values for the two different apps. Set it after the > cfcomponent but before the first cffunction. > > ________________________________ > > Cabbage Tree Creative Ltd. > Matthew Walker | web programmer > Phone +64 3 377 7544 > Email [EMAIL PROTECTED] > Web www.cabbagetree.co.nz > > > manage your own web site with Thrive - contact us to learn how! > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Dale Fraser > Sent: Thursday, 2 February 2006 5:01 p.m. > To: [email protected] > Subject: [cfaussie] What Defines an Application > Importance: High > > > Hi, > > Have a problem, have two apps. > > http://server.com/app1/ > > oand > > http://server.com/app2/ > > When I browse one it works fine, when I browse the second, it thinks it's > the first one. > > This has happened since moving to application.cfc. What am I doing wrong? > > Regards > Dale Fraser > > > > >
