Tuesday, August 20, 2019

ASP :: Essays Papers

ASP AUDIENCE: Beginning programmers or web developers. TITLE: ASP INTRODUCTION: ASP or Active Server Pages is a powerful server-based technology from Microsoft, designed to create dynamic and interactive HTML pages for World Wide Web sites. ASP is used to create dynamic or active web pages. Dynamic web pages may change depending on who visits the page, when they visit, or how they got there. Whereas a static web page will always be the same no matter what. The following report will explain what ASP is, discuss how ASP works, outline why ASP should be used ASP, and provide a brief overview of ASP syntax. This topic was chosen to educate myself about where ASP came from and why it is used and to pass what I have learned on to any one willing to read this report. DISCUSSION: What is ASP ASP was â€Å"born† in November 1996 when Microsoft announced its design of an Active Platform. It consists of two parts, the Active Desktop and the Active Server. The Active Desktop refers to the client side: where HTML files are displayed on a web browser. The Active Server refers to the server-side component. This consists of pages that can be interpreted by the server, hence the term Active Server Pages. An ASP file contains any combination of text, HTML tags, and script commands. A script command instructs a computer to do something, such as assign a value to a variable. The script commands in an ASP file are compiled on the server then the output is sent to the client computer for display. The actual ASP code or script commands in an ASP file are not sent to the client computer. The code is first executed on the server, creating HTML. This HTML then replaces the ASP code in the ASP file and then sent to the client to be displayed. ASP code can be any programming language that supports the ActiveX interface including JScript, VBScript, and PerlScript. As people know Microsoft has a tendency to make people use their products. But in the case of ASP people don’t have to. ASP has evolved into an â€Å"open technology framework† meaning it is no necessary to use Microsoft’s products to create code in it, although that’s the best way to go. You don’t have to use VBScript, which is from Microsoft, but PerkScript or JScript can be use, which aren’t from Microsoft.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.