Geo
Geo

Reputation: 3200

Two CFwheels apps are mixing their configurations

I am working on an existing project that someone else started and I am having some really weird issues.

This is the rundown:

We had a cfwheels app running under test.com/admin and we wanted to make it a stand alone app to run under admin.test.com. The developer who was in charge of the project copied the contents of the admin folder (the entire wheels app) and dumped them in a new folder. He also created a new site in IIS and mapped the physical path to run from the correct folder.

The problem now is this, when one app is running the other one is throwing an error which is telling me that the admin.test.com is pulling the contents of test.com/admin. Now if I do a reload=true and run the new application first, the new app is working and the old one is throwing an error.....

I know that this sounds a bit confusing but does anyone have an idea where to look and what I might need to change to make this issue go away?

Upvotes: 0

Views: 48

Answers (1)

Adrian J. Moreno
Adrian J. Moreno

Reputation: 14859

If the application.name values are the same for both applications, then whichever runs first, configures them both.

Upvotes: 3

Related Questions