
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.
Tier 1 Multiple Providers MRTG 24 x 7 Support, Remote Hands, RPC.
www.galaxyvisions.comGet unlimited data transfer, disk space & email storage with Yahoo!
webhosting.yahoo.com/unlimitedGet a hosting pckg. from a leader in web services, Network.
www.NetworkSolutions.comHosted IT Business Solutions, Fanatical Supportâ„¢ & 0% Downtime.
www.Rackspace.comLaunch your web site and grow your business for as low as $9.98/mo.
www.earthlink.net/webhostingInternet 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.