With a little knowledge, you can dynamically edit, change or add any content of a web page. You can access any data or databases and return the results to a browser. You can respond to data submitted from HTML forms. And you can customize a web page tomake it more useful for individual users.
Active Server Pages (ASP) is Microsoft's server-side script engine for generating web pages. It has built-in objects that make programming the websites easier. The six built-in objects in ASP 2.0 are Application, ASPError, Request, Response, Server and Session. Any Active Scripting engine can be used but most ASP pages are written in VBScript.