> I am going to assume that nobody has tried this way of having ColdFusion 8 > and 9 running on the same machine?
I've had CF 9 and 8 running as separate JRun instances within a CF 9 multiserver install. I used the CF 9 connector to connect CF 8 to IIS with no problem. > There are 2 things that I have noticed, the option to run applications as > ColdFusion 9 unticked will only add jsp, and jsw handlers. And when I do > tick this box it sets everything up correctly. But neither option will run a > ColdFusion 8 site through IIS. The specific extensions don't actually matter that much, as CF installs an ISAPI wildcard extension in addition to the regular ISAPI extension. With that wildcard extension installed, all requests will be filtered by the CF ISAPI extension no matter what they are, and CF will match the patterns against those defined in the deployment descriptor. That all breaks if you enable the "check if file exists" option in IIS, though. 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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335834 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

