>I believe I remember people running CF6 and CF7 side by side. Same should >be possible with CF8...
You can do this with IIS... What I do is set up different website in IIS for the different versions of CF. Each site is mapped to just one version of CFMX. This makes it pretty easy to test code in multiple versions of CFMX. The way that I do things, is using the following basic syntax: 192.168.1.60 - 69 (these would be CFMX 6 sites) 192.168.1.70 - 79 (these would be CFMX 7 sites) Etc, etc, etc... For me I never need more than 10 active sites at any one time, so it works for me... -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:279703 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

