I have folder of .cfm files that I use for multiple websites... so for each client I set up a virtul directory in IIS so each of them would have the same relative path to my code... this way I could update one location and all clients would get the correct pages...
The problem is this.... Each client site has info in their application.cfm file that tells my common tool where to put things.
They are defined as request.dataname
The problem when a user is navigating a client site.. and goes to the tool (virtual dir to my location) they see the URL is still the clients name.. but their application file is not considerd apart of that dir... it looks at the one I have in my domain.
Does any of this make sence...
Bottom line... virtual directories do no inherit the application.cfm of the site using it.
Is that the case or can I get creative?
Please help/
The problem is this.... Each client site has info in their application.cfm file that tells my common tool where to put things.
They are defined as request.dataname
The problem when a user is navigating a client site.. and goes to the tool (virtual dir to my location) they see the URL is still the clients name.. but their application file is not considerd apart of that dir... it looks at the one I have in my domain.
Does any of this make sence...
Bottom line... virtual directories do no inherit the application.cfm of the site using it.
Is that the case or can I get creative?
Please help/