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.
Open ASP file Detailed procedure:
First of all, we need to run with the environment, the server running the ASP file is the IIS server, so we have to install and configure the IIS server, in fact, compared to other servers, IIS is much simpler, because it is a server with Windows, as long as the necessary components installed on the line.
Next, we will install IIS! First, open the Control Panel (the operating system used by the small series is windows2003, and many Web sites use it as the default server, so the small set is an example), find Add or Remove program options, and then click Enter.
Step three, then we see the Add or Remove program interface, click Add Delete Windows Components, and then find the Application Server option, click Details, select all options, click OK.
The fourth step, click OK will return to the upper interface, and then we click Next, the system will automatically install the option we just selected, the installation process is very fast, a moment can be completed, and finally click the Complete button. The IIS server is already installed successfully.
You can open it with a notepad with the system.
1. asp is a kind of web programming language
2, 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, you can see the
Best Edit ASP Software I push you to use Dreamweaver.
The above is the entire content of this article, I hope to help you learn.