Home >> What is ASP?
Active Server Pages (ASP) is sometimes called Microsoft's response to PERL. It's a server-side programming language used primarily to create interactive web pages, dynamic sites, and build different types of web applications. When ASP, as with all server-side languages, receives a request for a file it processes the code contained in the file and dynamically builds the HTML response that is sent to the visitors web browser. ASP files usually end in the extension .asp and can contain ASP code, HTML, and calls to COM components.
View more online ASP resources