Common Server, Common Folder, Different Applications
I have a server with a few different websites
I would like to use a folder in one of the other websites for this new website (client wants the pages to update on both sites when the update the main site). My pages are essentially just a list of variables, which the Application.cfc processes and plugs into a template. I have made a virtual folder in IIS and it looks like it is including just fine, but it looks like it is using the Application.cfc of the main site. Any ideas of how to pull in the file but avoid the processing before?
