sy01310_.WMF (1508 bytes)What is ASP?

ASP is an acronym for Active Server Pages. It allows the user to create platform-independent content that can be used and viewed by any browser. You can also take advantage of it by using dynamic HTML, in which you can create ASP pages that speak directly to Internet Explorer 4.0.

With ASP, you simply write your code in the HTML page itself. The HTML tags and the code are side by side. You write the code in a simple scripting language that is easy to learn and easy to use. ASP scripting occurs on the server. The code is evaluated dynamically when the page is requested, and the final HTML is passed to the browser that is requesting it.  There is no compiling and no complex interfacing. ASP output can be limited just to HTML, making it understandable by any browser. Client scripting can also be added, as well as ActiveX controls, and Dynamic HTML. ASP is and can be as flexible as the user wants it to be.

Active Server Pages solves all the problems associated with CGI and server APIs. In addition to being just as efficient as ISAPI applications, ASP is a lot more simple to learn and much easier to use. ASP makes it much quicker and easier to create highly interactive Web sites. It also makes your pages easier to maintain and update in the future.

Other Active Server  Pages Facts:

- http:// www.activeserverpages.com