Determining the version of ColdFusion can be a task you need to perform from time to time, to find out the version, create a page on the site with the following content:
<cfdump var="#SERVER#" />
As far as I can tell, there is not a simpler way of obtaining version without access to the ColdFusion Administrator Interface.
Leave a Reply