Win2003 IIS Installation Method Graphic Tutorial

Source: Internet
Author: User
Tags file transfer protocol metabase

Recent water quality is not high excuse me

General everyone first installed Win2003 system, graphics tutorial Win2003 Server System Installation Graphics tutorial
To be installed through the control Panel. Specific practices are:
1. Go to the "Control Panel".
2. Double-click Add or Remove Programs.
3. Click Add/Remove Windows components.
4. In the Components list box, double-click Application Server.
5. Double-click Internet Information Services (IIS).
6. Select "World Wide Web Service" and "File Transfer Protocol (FTP) service" from.
7. Double-click World Wide Web Services to select Active Server Pages and World Wide Web services.
After installing IIS, set up the Web server, as follows:
1. From the Start menu, select Administrative Tools →internet Information Services (IIS) Manager.
2. In Internet Information Services (IIS) Manager, double-click Local Computer.
3. Right-click on "Web Site" and select "New → website" from the pop-up menu to open the Site Creation wizard.
4. Fill in the site description, IP address, port number, path, and site access rights, and so on. Finally, you should set the default document (Index.asp, index.htm) for ease of access.
The above settings are basically the same as the Windows Server Web site settings, but at this point the Web service applies only to static content, where static pages are browsed normally, and the frequently used active Server Pages (ASP) feature is not enabled. Therefore, you should also select Allow Active Server Pages in Web service extensions in Internet Information Services (IIS) Manager.

A. Installing IIS

If the IIS server is not installed in the operating system, you can open Control Panel, click Start Add/Remove Programs, select Add/Remove Windows Components in the dialog box that appears, and in the Windows Components Wizard dialog box, click Internet Information Services (IIS). Then click Next and Follow the wizard instructions to complete the installation of IIS. (Figure 1, figure 2, because white Tea 123 is using the Windows Server 2003 operating system, so and everyone's installation interface, but the same is the same)

The relevant pictures of this topic are as follows:

Figure 1-windows Component Wizard 1

The relevant pictures of this topic are as follows:

Figure 2-windows Component Wizard 2

B. Starting Internet Information Services (IIS)

Internet Information Service is referred to as IIS, click the Windows Start menu---All Programs---administrative tools---Internet Information Services (IIS) Manager to start the Internet Information Services Administration Tool (3)

The relevant pictures of this topic are as follows:

Figure 3-internet Information Services (IIS) Manager

C. Configuring IIS

After IIS is installed, a default Web site is automatically created and the home directory of the site defaults to C:\\inetpub\\www.root.

You can open the Site Property Settings dialog box by right-clicking Default Web site and selecting Properties from the shortcut menu that appears, and (4) In the dialog box, you can complete the configuration of the site.

The relevant pictures of this topic are as follows:

Figure 4-Default Web site properties

Home directory with parent path enabled

Click the Home Directory tab to switch to the Home Directory Settings page, (5) This page allows you to make changes or settings to the home directory. Note Check whether the Enable Parent path option is checked, if unchecked, will have some effect on subsequent program runs. (6), home directory-Configure---options.

The relevant pictures of this topic are as follows:

Figure 5-Default Web site home directory settings

The relevant pictures of this topic are as follows:

Figure 6-Default Web site enable parent path setting

Set up a home page document

Click the Documents tab to switch to the Settings page for the home page document, (7) The home page document is a paging file that is accessed by default when you type a Web site domain name in the browser without making the page file that you want to access. Common page filenames are index.htm, index.html, index.asp, index.php, Index.jap, Default.htm, default.html, default.asp, etc.

The default home page document for IIS is only Default.htm and Default.asp, and the Add and remove buttons, as needed, can be used to set the home page documents that can be resolved for the site.

Start and stop the IIS service

The ability to start and stop services is available in the toolbar of Internet Information Services. Click to start the IIS server, or click to stop the IIS server.

=====================================================================

First, enable ASP support
WindowsServer2003 default installation, is not installed IIS6, requires additional installation. Once the IIS6 is installed, support for ASP needs to be turned on separately.


First, enable ASP, enter: Control Panel, Administrative Tools->iis (Internet server)-web service extension->activeserverpages-> allow

Control Panel, Administrative Tools->iis (Internet server)-web service extensions, include files on the service side, allow


The second step is to enable parent path support.
iis-Web Site-Home Directory-configuration-options-Enable parent path

The third step, permission assignment
iis-website-(specific site)-(right-click) permissions-users Full Control

Second, to solve the windows2003 maximum can only upload 200K limit.
Shut down the Iisadminservice service first in the service.
Find the MetaBase.xml under the windows\system32\inesrv\,
Open, find aspmaxrequestentityallowed to change him to the desired value,
Then restart the Iisadminservice service
1. The Web service extension allows activeserverpages and server-side Include files

2, modify the properties of the site
Home Directory-Configuration-options-Enable parent path

3, so that it can upload more than 200k files (modified to the size you want to, such as in the back of two 0, allowing 20m)
C:\WINDOWS\system32\inetsrv\MetaBase.xml

(The Enterprise version of windows2003 on line No. 592, the default is aspmaxrequestentityallowed= "204800" is 200K


Add two to 0, that is, now the maximum can be uploaded 20M.

Aspmaxrequestentityallowed= "20480000"
What are some of the considerations for configuring IIS on WIN2003
Configure WINDOWSSERVER2003--IIS6
MicrosoftKnowledgeBaseArticle-324742
The information in this article applies to:
Microsoftwindowsserver2003,datacenteredition
Microsoftwindowsserver2003,enterpriseedition
Microsoftwindowsserver2003,standardedition
Microsoftwindowsserver2003,webedition
Microsoftwindowsserver2003,64-bitdatacenteredition
Microsoftwindowsserver2003,64-bitenterpriseedition
MicrosoftInternetInformationServicesversion6.0
This step-through article describes how to set up a WWW server for anonymous access in the WINDOWSSERVER2003 environment.
Install Internet Information Services
MicrosoftInternet Information Services (IIS) is a Web service that integrates with WindowsServer2003.
To install IIS, add optional components, or remove optional components, follow these steps:
1. Click Start, point to Control Panel, and then click Add or Remove Programs.
The Add or Remove Programs tool starts.
2. Click Add/Remove Windows components.
Displays the Windows Components Wizard.
3. In the list of Windows components, click Web Application Server.
4. Click Details, and then click Internet Information Services (IIS).
5. Click Details to view the list of IIS optional components.
6. Select the optional components you want to install. By default, the following components are selected:
---public files
---frontpage2002serverextentions
---the Internet Information Services snap-in
---Internet Information Services Manager
---NNTP Service
---SMTP Service
---worldwideweb services
7. Click WorldWideWeb Services, and then click Details to view a list of IIS optional subcomponents, such as the activeserverpages component and the Remote Administration (HTML) tool. Select the optional sub-components you want to install. By default, the following components are selected:
---worldwideweb services
8. Click OK until you return to the Windows Components Wizard.
9. Click Next, and then complete the Windows Components Wizard.
Configure Anonymous Authentication
To configure anonymous authentication, follow these steps:
1. Click Start, point to Administrative Tools, and then click Internet Information Services (IIS).
2. Expand * Server name (where the server name is the name of the server), right-click the Web site, and then click Properties.
3. In the Web Site Properties dialog box, click the Directory Security tab.
4. Under Authentication and access control, click Edit.
5. Click the Enable anonymous Access check box to select it.
Note: The user account in the User name box is used only for anonymous access through the Windowsguest account.
By default, the server creates and uses the account IUSR_computername. The anonymous user account password is used only in Windows, and anonymous users do not log on with a user name and password.
6. Under Authenticated access, click the Integrated Windows Authentication check box to select it.
7. Click OK two times.
Basic Web Site Configuration
1. Click Start, point to Administrative Tools, and then click Internet Information Services (IIS).
2. Expand the * server name (where the server name is the name of the server), and then expand the Web site.
3. Right-click the Default Web site, and then click Properties.
4. Click the Web Site tab. If you have assigned more than one IP address to your computer, in the IP address box, click the IP address that you want to assign to this web site.
5. Click the Performance tab. Use the Web Site Properties-Performance dialog box to set properties that affect the memory, bandwidth usage, and number of web connections.
By configuring network bandwidth at a specific site, you have greater control over the traffic at that site. For example, by limiting bandwidth on a low-priority web site, you can relax restrictions on the amount of access to his site. Similarly, when you specify the number of connections to a Web site, you can release resources for other sites. Settings are site-specific and should be adjusted based on network traffic and usage changes.
---Click the limit bandwidth available to this web site check box to select it, and configure IIS to adjust network bandwidth to the maximum amount of bandwidth selected, in kilobytes per second (KB/S).
---Click the Web Service Connection check box to select a specific number or an unqualified number of Web service connections. Restricting connections can make computer resources available to other processes.
Note: Each client that browses a Web site typically uses approximately three connections.
6. Click the Home Directory tab.
---if you want to use Web content that is stored on the local computer, click Directory on this computer, and then type the path that you want in the Local Path box. For example, the default path is C:\Inetpub\wwwroot.
Note: For added security, do not create a Web content folder under the root directory.
---if you want to use Web content that is stored on another computer, click Shared location on another computer, and then type the location that you want in the Network directory box that appears.
---if you want to use Web content that is stored in another Web address, click Redirect to URL, and then type the location that you want in the redirect to box. Under Customer Send To, click the appropriate check box to select it.
7. Click the Documents tab. Note the list of documents that can be used by IIS as the default startup document. If you want to use index.html as the startup document, you must add it. The addition method is:
A. Click Add.
B. In the Add Default Document dialog box, type Index.html, and then click OK.
C. Click the up arrow button until index.html appears at the top of the list.
8. Click OK to close the Default Web Site Properties dialog box.
9. Right-click the Default Web site, and then click Permissions.
10. Note the user account that has permission to operate on this web site. Click Add to add additional user accounts that can manipulate this web site.
11. Click OK to return to the Internet Information Services window.
12. Right-click the Default Web site, and then click Stop.
13. Right-click the Default Web site, and then click Start.
WINDOWS2003 on the installation of OA system to note:
How to enable ASP support:
WindowsServer2003 default installation, is not installed IIS6, requires additional installation. Once the IIS6 is installed, support for ASP needs to be turned on separately. The method is:
Control Panel, Administrative Tools->web service extension->activeserverpages-> allow.
Q:asp file contains files when prompted activeserverpages error _asp0131_ not allowed parent path, how to resolve?
A: Select the home directory-configuration-application option in the Site properties and choose Enable Parent directory.

Q: Log in to the OA system prompted "not found OA required documents", how to solve?
A: Select Properties on the Oaserver folder-security-Select the user group, open all permissions, click "Advanced", "Reset all object permissions and allow propagation of inheritable permissions" tick, click "OK" two times, log in later

4.IIS the solution to the problem of not downloading files is to put the properties into the site. View the execution permissions in the home directory. Set as pure script
Runas/profile/user:ourcomputeradministrator "mmc gpedit.msc" "

Win2003 IIS Installation Method Graphic Tutorial

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.