Thread: What is ASP?
View Single Post
  #2 (permalink)  
Old May 2nd, 2008, 10:31
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,000
Blog Entries: 2
Thanks: 5
Thanked 22 Times in 20 Posts
Send a message via Skype™ to Aso
Re: asp

ASP (Active Server Pages) is simply a server-side programming language, along with the likes of PHP, JSP, Coldfusion and so forth.

It's a very powerful tool for building dynamic websites, usually with the help of a database, that serves the user content based on a query or request.

This forum is a perfect example of server-side programming. This page does not exist as a physical file - the URL address provides the server with information, and the server-side language puts together HTML to send to the browser.

Moved to ASP Forum
Reply With Quote