ASP
From RemObjects Software
ASP is the predecessor of ASP.NET and is included with IIS. It's based on the active scripting ActiveX module and can use most of the script languages included with that, with VBScript as a default.
ASP uses the same syntax as inline ASP.NET, where script statements are placed between <% %>. ASP can make use of installed COM objects to extend the capabilities, and has built in support for Sessions and Cookies.
