Introduction - If you have any usage issues, please Google them yourself
Microsoft Active Server Pages that is what we call the ASP, is a Microsoft development environment for server-side scripting, ASP included in IIS 3.0 and 4.0 among the HTML through ASP pages can be combined, ASP directives and ActiveX components to create dynamic, interactive and efficient WEB server applications. With ASP you need not worry about whether the client' s browser to run the code you write, because all programs will be executed on the server, including all embedded in ordinary HTML in scripts. When the program finished, the server will perform only the results returned to the client browser, it also reduces the burden of the client browser, greatly improved the speed of interaction.