ASP

From RemObjects Software

Jump to: navigation, search

This is a Technical Glossary entry
Feel free to add your notes to this topic below.


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.

Personal tools