> Now I know in the documentation it says this is the way you have to set it > up.. but I guess my two questions are.... > 1. Why did it work before with the code only being in one place?
I don't know. Maybe it was able to resolve to a remote share where the files actually are? > 2. Why is the CFM files needed in both the file server (where IIS points for > webcode) and on the CF boxes as well? The connector needs to be able to resolve the existence of the file. The connector lives on the web server. The CF service needs to be able to read and compile the file. The CF service lives on a separate box. All that said, I would recommend that you ditch distributed mode if that's an option, and use a reverse proxy instead. The advantage of using a reverse proxy is that there's nothing CF-specific about the setup, and you don't have to have your files in two places. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332762 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

