ASP stands for active server pages and is a specification for creating dynamic webpages ending in ASP extension which also utilizes ActiveX scripting. Whenever a browser requests an ASP page, the web server generates a page with HTML code and sends it back to the browser. In many ways, ASP pages are similar to CGI scripts with the benefit of enabling Visual Basic programmers to work with familiar tools.
|