ASP stands for Active Server Pages ASP is a development framework for building web pages.
ASP supports many different development models:
The ASP Technology
ASP and ASP.NET are server-side technologies. Both technologies enable computer code to be executed by an Internet server.
When a browser requests an ASP or ASP.NET file, the ASP engine reads the file, executes any code in the file, and returns the result to the browser.
You should have a basic knowledge of coding.