The novice knowledge that the building station must understand

Source: Internet
Author: User
Keywords Scripts can servers applications

Question 1. What is an asp:

Http://www.aliyun.com/zixun/aggregation/11208.html ">microsoft?" Active Server Pages (ASP) is a server-side scripting environment that you can use to create and run dynamic, interactive WEB server applications. Using ASP, you can combine HTML pages, script commands, and ActiveX components to create interactive Web pages and powerful web-based applications. ASP applications are easy to develop and modify.

HTML Authoring Staff

If you are a bit HTML writer, you will find that ASP scripts provide an easy way to create interactive pages. If you've ever wanted to collect data from an HTML table, or personalized an HTML file with a customer's name, or use different features depending on the browser, you'll find that the ASP offers an excellent solution. Before, to collect data from an HTML table, you had to learn a programming language to create a CGI application. Now, if you embed some simple instructions into your HTML file, you can collect the data from the table and analyze it. You don't have to learn the full programming language or compile the program separately to create an interactive page.

With the skill of using ASP and scripting languages, you can create more complex scripts. For ASPs, you can easily use ActiveX components to perform complex tasks, such as connecting to a database to store and retrieve information.

Experienced Scripting people

If you already have a scripting language such as VBScript, JavaScript, or PERL, and you already know how to use ASP. Any scripting language can be used in an ASP page as long as the appropriate scripting engine is installed that complies with the ActiveX scripting standards. ASP with Microsoft? Visual Basic? Scripting Edition (VBScript) and Microsoft? JScript? Script engine so that you can start editing the script immediately. PERL, REXX, and Python ActiveX scripting engines can be obtained from third-party developers.

WEB Developers

If you have mastered a programming language, such as Visual Basic, you will find that ASP is a very flexible way to quickly create WEB applications. By adding script commands to HTML, you can create an HTML interface for your application. By creating your own ActiveX components, you can encapsulate business logic from your application into modules that can be invoked from scripts, other components, or from other programs.

The web, which uses ASP for computing, translates into tangible benefits that enable Web vendors to provide interactive business applications rather than just publishing content. For example, travel agencies can do more than publish air schedules; ASP scripts allow customers to view existing flights, compare costs, and book seats.

Microsoft Transaction Server (MTS), which is included in the Windows NT Option Pack, can reduce the complexity and cost of constructing programs on the server. MTS can address the complexities of developing highly confidential, scalable, and reliable Web applications.

Active Server Pages Model

When the browser requests an. asp file from a Web server, the ASP script starts running. The Web server then invokes asp,asp to fully read the requested file, execute all script commands, and route the Web page to the browser.

Because scripts run on the server rather than on the client, the Web pages that are delivered to the browser are generated on the Web server. So you don't have to worry about whether the browser can handle the script: the WEB server has done all the scripting and transferred the standard HTML to the browser. Because only the results of the script are returned to the browser, server-side scripts are not easy to replicate. Users do not see script commands that create the page they are browsing.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.