Application.cfm Live site:

<cfapplication name="mars" sessionmanagement="Yes"
setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,0,20,0)#">

Application.cfm dev site:
<cfapplication name="intranetDEV" sessionmanagement="Yes"
setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,0,20,0)#">



On Fri, 14 Jan 2005 02:26:39 -0000, Adrian Lynch
<[EMAIL PROTECTED]> wrote:
> Could it be that you have the same application name for them both? What's in
> your Application.cfm files?
> 
> If they are the same it might be causing conflicts. If you want to have the
> same App.cfm file on both sites, programmatically set the application name
> by looking at a CGI var, SERVER_NAME is the one I use.
> 
> Ade
> 
> -----Original Message-----
> From: Duncan I Loxton [mailto:[EMAIL PROTECTED]
> Sent: 14 January 2005 02:20
> To: CF-Talk
> Subject: application and path problem 2 environments on one machine
> 
> I have a dev and production environment on one server, and I am trying
> to work on each independantly, but they seem to be overlapping each
> other.
> 
> I got to the dev version and its using the live files, or vice versa.
> IIS is set up fine, and my applications have different names. I am
> using fb4 and MX. I thought it was possible to run different versions
> of code on cf and iis without having to create an appmapping for each
> environment in the administrator?
> 
> TIA.
> 
> Duncan
> --
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.6.11 - Release Date: 12/01/2005
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190374
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to