Install Internet Information Services
Microsoft Internet Information Services (IIS) is the 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.
The Windows Components Wizard appears. |
||||||
| 3. | In the Windows Components list, click Application Server, but do not select the check box. | ||||||
| 4. | Click Details, and then click to select the Internet Information Services (IIS) check box. | ||||||
| 5. | Click Details to view the list of IIS optional components. | ||||||
| 6. | Select the optional components that you want to install. By default, the following components are selected:
|
||||||
| 7. | Click World Wide Web Service (but do not clear the check box), and then click Details to view the list of IIS optional subcomponents, such as the Remote Administration (HTML) Tool. Select the optional subcomponents that you want to install. By default, the following component is selected:
|
||||||
| 8. | Click OK, click OK, click OK, and then click Next to install the selected components. | ||||||
| 9. | Click Finish to complete the Windows Components Wizard, and then close the Add or Remove Programs dialog box. |
Configure Anonymous Authentication
To configure anonymous authentication, follow these steps:
| 1. | Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager. |
| 2. | Under ComputerName (local computer) (where ComputerName is the name of the server), right-click Web Sites, and then click Properties. |
| 3. | In the Web Sites Properties dialog box, click the Directory Security tab. |
| 4. | Under Authentication and access control, click Edit. |
| 5. | Click to select the Enable anonymous access check box (if it is not already selected).
Note The user account in the User name box is used for anonymous access only, through the Windows guest account. By default, the server creates and uses the account IUSR_ComputerName. The anonymous user account password is used only by Windows. Anonymous users do not log on by using a user name and password. |
| 6. | Click OK two times. |
Basic Web Site Configuration
| 1. | Click Start, point to Administrative Tools, and then click Internet Information Services (IIS) Manager. | ||||||
| 2. | Under ComputerName (local computer), expand Web Sites. | ||||||
| 3. | Right-click Default Web Site, and then click Properties. | ||||||
| 4. | Click the Web Site tab. If you have multiple IP addresses assigned to your computer, click the IP address that you want to assign to this Web site in the IP Address list. | ||||||
| 5. | Click the Performance tab. Use these options to set the Web site properties that affect memory, bandwidth use, and the number of connections to the Web site.
By configuring network bandwidth on a particular site, you can better control how much traffic there is at that site. For example, by restricting bandwidth on a lower-priority Web site, you can restrict bandwidth to allow increased access to other sites. Likewise, when you specify the number of connections to a Web site, you free resources for other sites. Settings are site-specific and you can adjust them as network traffic and use changes.
|
||||||
| 6. | Click the Home Directory tab.
|
||||||
| 7. | Click the Documents tab. Note the list of documents that IIS can use as the default start document. If you want to use Index.html as your start document, you must add it. To do this, follow these steps:
|
||||||
| 8. | Click OK to close the Default Web Site Properties dialog box. | ||||||
| 9. | Right-click Default Web Site, and then click Stop. | ||||||
| 10. | Right-click Default Web Site, and then click Start. |
The server is now configured to accept incoming Web requests to the default Web site. You can replace the content of the default Web site with the Web content that you want, or you can create a new Web site.
you can also grab the RSS feed or Subscribe to Techgurulive by Email
































April 15th, 2009 at 6:56 am
After reading this article, I just feel that I really need more info. Can you suggest some more resources ?