Question

I have installed CF10 server installed on my local machine. We are migrating from CF9 to CF10. We use CFWheels framework for development. There are certain projects which are still on CF9. I would like to know, is there any way to check whether my code will work on CF9 server as well while working on CF10 server. Thanks

Was it helpful?

Solution

The only way is to run the applications in development on the correct versions of ColdFusion.

I have projects that use different versions of ColdFusion and I simply have multiple versions installed on my development machine and start up whatever version I need based on which project I am working on. This ensures that the code I am writing will work with the version I need.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top