ASP Tutorial
What is ASP?
ASP stands for Active Server Pages. Active Server Pages, which is a scripting
language created by Microsoft, are dynamically created Web page with a .ASP
extension that contain either Visual Basic or Jscript code. When a browser
requests an ASP page, the Web server generates a page with HTML code and sends
it back to the browser. So ASP pages are similar to CGI scripts, but they enable
Visual Basic programmers to work with familiar tools. ASP is a very simple
scripting language, which is very important for beginning web designers who want
to make their sites interactive.