
Active Server Pages (ASP) is Microsoft's first server-side script engine for dynamically-generated web pages. It was initially marketed as an add-on to Internet Information Services (IIS) via the Windows NT 4.0 Option Pack, but has been included as a free component of Windows Server since the initial release of Windows 2000 Server. Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functions 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. Web pages with the ".asp" or ".aspx" extensions use ASP, although some Web sites disguise their choice of scripting language for security purposes.
$8.96/Mo. Easy Setup & 24/7 support. Free Domain & Email. Save 25%!
webhosting.yahoo.comTier 1 Bandwidth, %99.99 uptime 24/7 Access Free Remote Hands, MRTG.
www.galaxyvisions.comCustom Business Solutions with 24x7 Fanatical Support & 0% Downtime.
www.rackspace.com100% Uptime, Unmetered bandwidth, Free 24hour son-site support.
CalPOP.comAward-winning colocation services. Premium Internet backbones. Managed services onsite and on demand. Low price guarantee.
www.servercolocation.netInternet Colocation is the perfect solution for any company wanting a secure and ... Internet Colocation is pleased to announce the opening of our new Chicago ...
www.internetcolocation.comBe Happy with Seattle's Colocation and Server Hosting Specialists. ... Let Adtaq Internet redefine colocation value with our combination of network ...
www.adtaq.comColocation starting at $79! Infinity Internet's state-of-the-art, carrier-grade ... Infinity Colocation offers systems security and Internet connectivity for your ...
www.iinet.comNew York Internet's services include Colocation (co-location), Dedicated Server, and Disaster Recovery, VOIP, Voice hosting, vosting
www.nyi.netHurricane Electric offers colocation with immediate availability. ... network can provide you with a connection to the Internet via a 100 Mbps ...
www.he.netMost ASP pages are written in VBScript, but any other Active Scripting engine can be selected instead by using the @Language directive or the <script language="language" runat="server"> syntax. JScript (Microsoft's implementation of ECMAScript) is the other language that is usually available. PerlScript (a derivative of Perl) and others are available as third-party installable Active Scripting engines.