Feb 7, 2002 #1 pixiesfb Programmer Apr 27, 2001 62 US Is there a custom tag out there that can detect what version of Cold Fusion is running?
Feb 7, 2002 #2 pigsie Programmer Dec 19, 2000 307 GB There are built in coldfusion server variables that holds the version amongst other things: <cfoutput> #Server.ColdFusion.ProductVersion# <br> #Server.ColdFusion.ProductVersion# <br> #Server.ColdFusion.ProductLevel# <br> #Server.ColdFusion.ProductName# <br> #Server.OS.AdditionalInformation# <br> #Server.OS.Version# </cfoutput> You can get a full list of the variables from coldfusion studio. HTH Kola Upvote 0 Downvote
There are built in coldfusion server variables that holds the version amongst other things: <cfoutput> #Server.ColdFusion.ProductVersion# <br> #Server.ColdFusion.ProductVersion# <br> #Server.ColdFusion.ProductLevel# <br> #Server.ColdFusion.ProductName# <br> #Server.OS.AdditionalInformation# <br> #Server.OS.Version# </cfoutput> You can get a full list of the variables from coldfusion studio. HTH Kola