ASP is what format ASP file Open _asp base with what

Source: Internet
Author: User
Tags html page mdb database what is asp
What is ASP, what can it do?

One, what is ASP?

In literal terms, ASP contains three meanings:

1. active:asp uses Microsoft's ActiveX technology. ActiveX (COM) technology is an important foundation for today's Microsoft software. It uses the encapsulation object, the program calls the object the technology, simplifies the programming, strengthens the program cooperation. The ASP itself encapsulates some basic components and common components, and many companies have developed a number of utility components. As long as you can install these components on the server, by accessing the components, you can quickly and easily build your own Web applications.

2, server:asp running on the server side. This eliminates the need to worry about whether the browser supports the programming language used by ASP. The ASP's programming language can be VBScript and JScript. VBScript is a simple set of VB, VB can be very convenient for people to get started quickly. However, Netscape browsers do not support the client's VBScript, so it is best not to use VBScript on the client. On the server side, there is no need to consider browser support issues. Netscape browsers can also display ASP pages normally.

3, PAGES:ASP returns the standard HTML page, can normally display in the commonly used browser. When viewers view the page source file, they see an ASP-generated HTML code, not an ASP program code. This will prevent others from copying programs.
Thus, we can see that ASP is a simple and convenient programming tool for developing Web applications under IIS. Once you understand the basic syntax of VBScript, you can easily write your own ASP system simply by knowing the purpose, attributes, and methods of each component.

Second, the ASP can do?

ASP is a web-based programming technology, which can be said to be a kind of CGI. It can complete all the functions of previous CGI programs, such as counters, guest books, bulletin boards, chat rooms and so on. ASP can easily realize the dynamic control of the content of the page, according to different browsers, display different page content. The viewer is not aware of it, just like the page he created for him. With a wide variety of components, ASPs can accomplish incredibly powerful functions. Using FileSystemObject, you can manipulate files on the server, browse, copy, move, delete, and so on. With the support of ADO (Active database object, dynamic databases objects), ASP is very handy in the operation of the database. You can even manage a database on a remote host, and perform various operations on tables and records, as you would with a local database. Using the CDONTS (Collaboration Data Objects for nts,nts collaboration object), you can send, view, and implement webmail functions. Combined with WSH (Windows scripting Host), you can manage NT hosts, such as NT user management, IIS virtual host settings, Exchange mailbox settings, and so on, just as easily as administering a local machine.

third, how to open the ASP

ASP is actually a text file, Notepad can be opened to view the code, but the ASP is generally required to perform to see the effect we want, then the need for ASP operating environment, generally we buy support ASP virtual host.

Of course, our local learning ASP or test site will need to set up their own ASP operating environment. Generally we use IIS or simple ASP to run tools, if learning and practical applications we recommend using IIS (more stable, we buy the space is on IIS), if it is the occasional test of simple ASP code can use the following tools (http://www.jb51.net/ softs/28133.html).

You can open it with a notepad with the system.
ASP is a Web programming language
ASP to be displayed in the Web page. There is a need for service support. For example, you can build an IIS server. And then visit this page again. You can see it.
Best Edit ASP Software I push you to use Dreamweaver.

To put it simply:
1, the installation of iis,windows, in addition to delete components inside.
2, put the ASP file in a directory, such as c:\asp, and then the right mouse button to open the Directory properties-"Web Sharing-" shared folders, an alias, such as ASP, remember the ASP's file name, such as Default.asp
3, open IE browser, input http://localhost/asp/default.asp
ASP is the abbreviation for Active Server page. It is a Web page that contains code that uses a VB script or a JScript scripting program. When the browser browses the ASP page, the Web server generates the corresponding HTML code based on the request and then returns it to the browser, so that the browser sees the dynamically generated Web page. ASP is an application developed by Microsoft to replace CGI scripts, which can interact with databases and other programs. is a simple and convenient programming tool. Once you understand the basic syntax of VBScript, you can easily write your own ASP system simply by knowing the purpose, attributes, and methods of each component. ASP's Web page file is in the format of. ASP.
With Notepad, FRONTPAGE,DW can open, but open you can only see the code, can not see the page, but to note that some of the MDB database file renamed ASP, if there are garbled, it is possible that the MDB changed.
There is also a garbled situation, that is, the ASP has been encrypted.
If you want to see the content of the page in the local computer, you must install the operating environment to support the ASP, Windows from the IIS can be, without the installation, hehe
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.