10 Day Learning ASP First day [ASP Tutorial Foundation Series]
Source: Internet
Author: User
Tutorials | 10 days Learn to learn purpose: installation and commissioning ASPEnvironment, write down the first HELLO WorldProgram.
First we'll install WINSOWS2000With the IISAs a server. ( WINSOWS98Of PWScan also be, but not recommended, installed roughly and WattsThe same, not in detail here. )
The relevant pictures of this topic are as follows:
First Control Panel-Add or Remove Programs.
The relevant pictures of this topic are as follows:
Then add the Delete WindowsComponents-Checked IISHooks in front of components
The relevant pictures of this topic are as follows:
After you've installed the management tools in the Control Panel, you'll find two more icons, open IISManager
The relevant pictures of this topic are as follows:
Select default WEBSite, and then right-click the property or press the shortcut key directly
The relevant pictures of this topic are as follows:
Do not have a headache, there are only three pages need to be modified, first WEBSite, if the user has a fixed IP, you can assign a IP
The relevant pictures of this topic are as follows:
Next in the note directory, select a folder on your own hard disk to store the site, check read, write
The relevant pictures of this topic are as follows:
Add a default page to the document, such as www.sina.com.cnSina is called a default document
This topic is as follows:
The next most important: 1 , create a new file in a folder you just defined, you can use Notepad to create a txt file and rename it to Font face= "Times New Roman" >asp, the contents below
<%response.write "Hello world!" %>
Response.Write is the meaning of the display, before and after the <%%> is asp , where the information is handled by the server. You can run this file in your browser after you save it. 127.0.0.1 ( =localhost ) is the local ip , and then directly add the established file name on it, the reason I have a picture above there is a example , That is because I set up a virtual directory, this does not know that it does not matter, we go down, specific in-depth things we study slowly, we will do our goal is to quickly grasp.
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