Short for Active Server Page it is a Microsoft technology similar to CGI that is used to create dynamic Web pages. Pages using ASP are created with VBScript, Perlscript or JavaScript, and integrated with the HTML of a page. The ASP code is then compiled on-the-fly by the server and outputs standard HTML. ASP is typically used to perform database access or other interactive functions that are interpreted by Microsoft’s Internet information server (IIS)
| Close window |