|
About active server pages
Active Server Pages (ASP) is Microsoft's server-side technology for
dynamically-generated web pages that is marketed as an add-on to
Internet Information Services (IIS).
Programming ASP websites is made easier by various built-in objects.
Each object corresponds to a group of frequently-used functionality
useful for creating dynamic web pages. In ASP 3.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. Application Test Center is also
available for load testing.
Most ASP pages are written in VBScript. Other scripting languages can be
selected by using the @Language directive. JScript (Microsoft's
implementation of JavaScript) is the other language that is usually
available. PerlScript (Perl) and others are available as third-party
add-ons.
Entire pages for this site
|
Terms Of Use
| Web resources
Copyright Steves Web Host Review.com. All
rights Reserved world wide.
All trademarks and service marks are property of their respective
owners. |