(Internet) scripting environment that enables programmers to combine HTML and reuseable ActiveX components with scripts to create dynamic Web pages (designed for use on Microsoft Web servers), ASP
Active Server Pages (ASP) is Microsoft's server-sidescript engine for dynamically-generated web pages. It is marketed as an add-on to Internet Information Services (IIS). Programming ASP websites is made easier by various objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page.
See more at Wikipedia.org...