
What is ASP Active Server Pages (ASP) (a/k/a Classic ASP) is a server-side technology that allows code to be executed by an internet server. When a browser typically requests an ASP file, the ASP engine on the server reads the file. It executes the code within the file to return the results of said execution to the visitor's browser. . . .