Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tag to expose the version of coldfusion? 1

Status
Not open for further replies.

As you don't know what version of CF is on the ISP's server, you can't use <CFDUUP VAR="#Server#"> as this was only supported in v5, so try the following code:

<CFOUTPUT>
Product Name:&nbsp;#Server.ColdFusion.ProductName#<br>
Edition:&nbsp;#Server.ColdFusion.ProductLevel#<br>
Version:&nbsp;#Server.ColdFusion.ProductVersion#<br>
</CFOUTPUT>

Hope this helps!

Tony
 
Version: 6,1,0,63958
Yep, the latest version of CF is MX 6.1



Hope This Helps!

Ecobb

&quot;My work is a game, a very serious game.&quot; - M.C. Escher
 
Product Name: ColdFusion Server
Edition: Standard
Version: 6,1,0,63958

Is that the version your ISP is using?

If this is a shared server then they should really be running Enterprise edition for the security aspects of it.

Wullie

Fresh Look - Quality Coldfusion Hosting

The pessimist complains about the wind. The optimist expects it to change. The leader adjusts the sails. - John Maxwell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top