ASP (Active Server Pages)
ASP (Active Server Pages) on Windows web servers, a system for generating web pages partly or completely by computation, not by launching a separate program as in CGI, but by running scripts interpretively within the web pages as they are delivered to the client.
Thus, a web page can be written partly in VBscript or another programming language in order to do computation as it is being served.
The current version of ASP, using the .NET Framework, is called ASP.NET.
From Microsoft
Microsoft® Active Server Pages (ASP) is a server-side scripting environment that you can use to create and run dynamic, interactive Web server applications. With ASP, you can combine HTML pages, script commands, and COM components to create interactive Web pages and powerful Web-based applications that are easy to develop and modify.
Combine HTML pages, script commands, and COM components to create interactive Web pages and powerful Web-based applications that are easy to develop and modify .
More from this Section
- Domain Name
Domain Name is the location of your business on the internet titled as your brand name ... - Arithmetic unit
Arithmetic unit is the unit of the computer that performs mathematical computations on ... - ActionScript
ActionScript is a object-oriented programming language for the Adobe Flash Player and ... - Abstraction
Abstraction is one of the features of Object-oriented Programming ... - Object-Oriented Programming
Object-oriented programming (OOP) is defined as a concept of programming based on objects in ...