Okay has anyone come across this before: 2 CF applications running on a box with CFMX and IIS. They are very similar applications. Each has application.cfm in it's root with: cfapplication name="AppOne" cfapplication name="AppTwo" respectively.
Also, in application.cfm I output the application name to see that it runs the correct application.cfm. The first time I run one of the apps, it runs fine. Then I run the second app and it outputs the name of the first application. I refresh and it outputs the correct name. Then I run the first app again and it now outputs the name of the second application. So it seems that the application.cfm files are getting mixed up and cached over each other. Any suggestions on how to fix this, please. Cheers, Douglas -- Douglas Humphris, Programmer http://www.unitech.net -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
