Definition of Active server pages

Babylon English-English
Active Server Pages
(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

Search Dictionary:
Search Web Search Dictionary



Active Server Pages definition was found in categories: Computer & Internet(4)  Language, Idioms & Slang(1)  Encyclopedia(1)  

Active Server Pages Definition from Computer & Internet Dictionaries & Glossaries

FOLDOC
Active Server Pages
<World-Wide Webprogramming> (ASP) A scripting environment for Microsoft Internet Information Server in which you can combine HTML, scripts and reusable ActiveX server components to create dynamic web pages.
IIS 4.0 includes scripting engines for Microsoft Visual Basic Scripting Edition (VBScript) and Microsoft JScriptActiveX scripting engines for Perl and REXX are available through third-party developers.
[URL?]
(1999-12-02)

WebGuest Web Glossary
Active Server Pages (ASP)
Microsoft technology created to allow easy combination of HTML JavaScript and ActiveX .

Multimedia Glossary
Active Server Pages
click here

The Internet Dictionary
ASP
(Active Server Pages) By Microsoft. An open, compile-free application environment in which you can combine HTML pages, scripts, and ActiveX server components to create powerful Web-based business solutions. (These pages use the extension .asp)


Active Server Pages Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
active server pages

active server pages
(asp) a scripting environment for microsoft internet information server in which you can combine html, scripts and reusable activex server components to create dynamic web pages



Active Server Pages Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Active Server Pages
Active Server Pages (ASP) is Microsoft's server-side script 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...