ASP

ASPActive Server Pages, or ASP, is a server side scripting language from Microsoft, designed for web development, to produce dynamic web sites, which was first released back in 1996. Following the release of ASP.NET in 2002 and the .NET Framework, upon which ASP.NET is built, the original ASP became known as Classic ASP. Both Classic ASP and ASP.NET were designed to produce web application that run on Microsoft Windows, however, with the release of ASP.NET Core in 2016, it is now possible to produce applications that run on Microsoft Windows, Linux and macOS.

Early ASP utilised scripting languages such as VBScript, JScript, or PerlScript, however, with the introduction of the .NET Framework, the C# programming language is now heavily utilised.

Useful Links