hidden pixel

Active Server Pages Information

Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. Initially released as an add-on to Internet Information Services (IIS) via the Windows NT 4.0 Option Pack (ca 1998), it was subsequently included as a free component of Windows Server (since the initial release of Windows 2000 Server). ASP.NET has superseded ASP.

ASP 2.0 provided six built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, represents a cookie-based session that maintains the state of variables from page to page. The Active Scripting engine's support of the Component Object Model (COM) enables ASP websites to access functionality in compiled libraries such as DLLs.

Contents

Summary

Web pages with the .asp file extension use ASP, although some web sites disguise their choice of scripting language for security purposes (e.g. still using the more common .htm or .html extension). Pages with the .aspx extension use compiled ASP.NET (based on Microsoft's .NET Framework), which makes them faster and more robust than server-side scripting in ASP, which is interpreted at run-time; however, ASP.NET pages may still include some ASP scripting. The introduction of ASP.NET led to use of the term Classic ASP for the original technology.

Programmers write most ASP pages using VBScript, but any other Active Scripting engine can be selected instead with the @Language directive or the <script language="language" runat="server"> syntax. JScript (Microsoft's implementation of ECMAScript) is the other language that is usually available. PerlScript (a derivative of Perl) and others are available as third-party installable Active Scripting engines.

Alternative implementations

There are only a few alternative implementations, and most of them are implemented in Java.

  • Arrowhead ASP This is a Java Servlet which supports the ASP syntax and VBScript. The latest release is 0.2.3, released on June 14, 2004.
  • Cloudfoundry ASP This is a fork of the Arrowhead ASP implementation[1] with updated libraries and optimizations for the Cloud Foundry platform. It seems to be quite recent, but the differences with Arrowhead are little.
  • See also

    References

    1. ^ "CloudASP GitHub repository". https://github.com/aspcloud/aspcore.

    External links

    Wikibooks has a book on the topic of Active Server Pages

    Categories: Microsoft server technology

     

    The above information uses material from Wikipedia and is licensed under the GNU Free Documentation License.
    Some facts may not have been fully verified for accuracy. [Disclaimers]
    This page was last archived by our server on Fri Sep 30 12:37:00 2011.
    Displaying this page or its contents does not use any Wikimedia Foundation's resources.
    The owners of this site proudly support the Wikimedia Foundation.