Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
8 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
partner

Active Server Pages

: For other meanings, see ASP.

Active Server Pages (ASP) is Microsoft s server-side technology for dynamically-generated web pages that is marketed as an add-on to Internet Information Services (IIS).

Programming ASP is also available for load testing.

Most ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive. JScript (Microsoft s implementation of ECMAScript) is the other language that is usually available. PerlScript (Perl) and others are available as third-party installable Active Scripting engines.

=Versions=

ASP has gone through four major releases:

  • ASP 1.0 (distributed with IIS 3.0) in December 1996,
  • ASP 2.0 (distributed with IIS 4.0) in September 1997,
  • ASP 3.0 (distributed with IIS 5.0) in November 2000,
  • ASP.NET (part of the Microsoft .NET) in January 2002 (the pre-.NET versions are currently referred to as classic ASP), and
  • ASP.NET version 2.0 (to be released on November 7th, 2005).
  • ASP.NET introduced the ability to replace in-HTML scripting with full-fledged support for Microsoft .NET languages such as Visual Basic .NET and C Sharp programming language. In-page scripting can still be used (and is fully supported), but now pages can use VB.NET and C# classes to generate pages instead of code in HTML pages.

    =Apache::ASP=

    [http://www.apache-asp.org/ Apache::ASP] provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code.

    =See also=

    *ASP Examples *Active Server Pages/Hints

    =External links=

  • [http://www.asp.net/ Microsoft s ASP.NET Homepage]
  • [http://msdn.microsoft.com/asp.net/ ASP.NET on MSDN]
  • [http://www.w3schools.com/asp/default.asp ASP Tutorial at W3Schools]
  • [http://www.4guysfromrolla.com/ 4GuysFromRolla.com]
  • [http://www.asp101.com/ ASP 101 - Tutorials, Articles, and Sample Code]