Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is ASP?

ASP 101

What is ASP?

by  Swany  Posted    (Edited  )
ASP (Active Server Pages) is a form of CGI scripting on a web server. ASP resides as a number of .DLL files that are installed with Microsoft Internet Information Server (IIS) 2.0 and greater. The ASP parsers are also installed with Microsoft Personal Web Server.

For those using Unix operating systems, ChilliSoft makes an ASP interpreter that works with Netscape's HTTP server as well as Apache.

Alternatives to ASP include ColdFusion, Perl and standard CGI programming or PHP.

ASP offers an advantage over other server side scripting technologies, in that it support a number of languages (perl, vbscript and javascript to name a few) and allows quick development of server scripts.

In order to start using ASP you need to install IIS or PWS.
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top