Windows Server 2003 IIS settings full article

Source: Internet
Author: User
Tags remote desktop access metabase

First, enable ASP support
Windows Server 2003 is installed by default and is not installed by IIS 6 and needs to be installed separately. After you install IIS 6, you also need to turn on support for ASP separately.


First, enable ASP, enter: Control Panel, Administrative Tools->iis (Internet Server)-Web service extension, Active server Pages, 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 IIS Admin Service services in service first
Find the MetaBase.xml under the windows/system32/inesrv/,
Open, find aspmaxrequestentityallowed to change him to the desired value,
Then restart the IIS Admin Service services
1. The Web service extension allows Active Server Pages and the 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" This step-through guide describes how to set up a WWW server for anonymous access in a Windows Server 2003 environment.

Install Internet Information Services

Microsoft Internet Information Services (IIS) is a WEB service that is integrated with Windows Server 2003.

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
---FrontPage 2002 Server extentions
---The Internet Information Services snap-in
---Internet Information Services Manager
---NNTP service
---SMTP service
---world Wide Web Services

7. Click World Wide Web Service, and then click Details to view a list of IIS optional subcomponents, such as the Active Server Pages component and the Remote Administration (HTML) tool. Select the optional sub-components you want to install. By default, the following components are selected:
---world Wide Web 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 Windows Guest 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.

The server is now configured to accept incoming Web requests for access to the default Web site. You can replace the contents of the default Web site with the Web content you want, or create a new Web site.


Windows 2003 server configures the IIS server (ASP, ASP. NET) Huanguo recently helped the boss with a server for Windows 2003 server, and he asked me to run an ASP project and an ASP. Since he issued the order, I was sleepless, because Windows 2003 server is too much. In order to my bitter experience to sue the world, but also for posterity I want to go my way. I have the entire installation configuration process here to share with you.

Task start

The machine I got was a machine loaded with Windows 2003 Server and SP1, and nothing else was installed. Because the machine in the field of telecommunications room, I through Remote Desktop access to do configuration. The following text is very important, please read it carefully:

If you have a SP1 on your machine, and you don't have IIS installed. So the nightmare began. Next, you can use the Windows 2003 Server CD or mirror to install IIS when the error, said missing a "issadmin.mf_" file. This is where you have to find out the installation file for that SP1, then unzip it, and when installing IIS is said to be missing "issadmin.mf_", go to SP1 's package to find it. In this way, IIS is ready to install. Of course it's not over yet. You'd better reinstall the SP1 and remember to restart. Be sure to remember to do this step, otherwise you will be good after ASP and ASP. NET project, waiting for you is "unable to display the page" of the number NO. 500 error!!

Configure Application Pools

To prevent an inexplicable 404 error, you must first determine whether the application pool is configured correctly. Application pool, DefaultAppPool, properties---radio button for the predefined account, select Local System in its corresponding drop-down menu, and then OK. It's going to be a warning, just ignore it!

Configure ASP

To configure ASP, remember that Windows 2003 server does not support ASP by default. Open IIS Manager, and in Web service extensions, set the active Server Pages service status to allow. In addition, it is best to enable the check box for the parent path, such as configuration----with the default Web site, properties, home directory. ASP project should be no problem.

Configure ASP.

When installing IIS, remember to click on the "ASP.", do not think it is 0MB, do not have to choose! When you're done, you'll see a "aspnet_client" folder in the Default Web site in IIS, and you'll see the service name "ASP." In Web service extensions, and don't forget to set it to "Allow."

Here's one thing you haven't said about the installation of the. NET Framework. If your. NET framework is installed before IIS is installed, remember to map it. The method is to find a aspnet_regiis.exe program under the. NET Framework's installation directory and execute "aspnet_regiis.exe-i". There should be no problem in doing so.

Open Port 80
You may now be comfortable using "localhost" to navigate your page. Don't forget, try to access the IP address from the external network, whether it is successful or not. If not, then, "Web server http", Settings, "Windows Firewall," Control Panel, advanced network connection settings, and so on, tick that tick.
Win2003 Further setup

1, My Computer--Properties--advanced-Data Execution protection, this protection is selected as the first, otherwise such as CS Ah, such as the program can not run ... The patch for Visual Studio cannot be installed.
2.outlook inside, tool-read, above Nth, the "read in plain text ..." tick off, otherwise the newsgroup can not see the picture
3. Seemingly acdsee3.1 does not support win2k3 ... It just seems like ... So I switched to acdsee9.0, and it was a good Chinese.

Windows Server 2003 IIS settings full 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.