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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
How can I find the version of ASP?, I found ASP.dll and its version is 4.02.068
 
What do you mean by the version of ASP??

ASP is a scripting language, using ADO connections to databases, so there are really two versions of things of importance, but no actual version of ASP.

These two version numbers of interest, are:
1. the version of IIS you are running on your server (or equivalent web server)
2. The version of ADO you are using (latest version = 2.5 I think, but don't quote me on that!!!)

Simon
 
well ASP isn't really a scripting language... it's a host enviorment... you can use many scripting languages with ASP: Visual Basic Scripting Edition, JScript, PerlScript (probably others too) jared@aauser.com
 
Yes jared you are right. ASP as we know it currently has 3 version, the current one being ASP 3.0 on IIS 5. VBScript is currently in Version 5.5, and JavaScript is currently in Version 1.2. There is a close realtionship though between the versions as different versions of ASP support different version of scripting language.

As a general rule though. IIS 4, or PWS 4 runs ASP 2, and IIS 5 runs ASP 3. I think IIS 3 and below run ASP 1.

James :) James Culshaw
jculshaw@active-data-solutions.co.uk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top