What is Classic ASP? — a practical guide to What is Classic ASP with clear examples you can reuse in real projects.
ASP & ASP.NET Tutorial Series (2/247). Prefer one article? Read the complete ASP.NET tutorial.
Short description
ASP pages mix HTML with <% %> script blocks executed on the server before HTML is sent to the browser.
ASP idea
.asp pages on IIS
VBScript (common) or JScript
COM objects (ADO, etc.)
Legacy but still in maintenance