How To Set Up Your First IIS Web Site (323972)
The information in this article applies to:
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional
- Microsoft Small Business Server 2000
- Microsoft Internet Information Services 5.0
This article was previously published under Q323972 SUMMARY
This article describes how to set up your first Web site in Internet Information Services (IIS) by using the minimum number of steps that you require to prepare for a migration from Apache.
back to the top
Configure Default Web Site
When you install IIS, it is preconfigured to serve as a default Web site; however, you may want to change some of the settings. To change the basic settings for the Web site and to emulate the steps that are required to set up Apache for the first time by using the configuration file:
- Log on to the Web server computer as an administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double-click Administrative Tools, and then double-click Internet Services Manager.
- Right-click the Web site that you want to configure in the left pane, and then click Properties.
- Click the Web site tab.
- Type a description for the Web site in the Description box.
- Type the Internet Protocol (IP) address to use for the Web site or leave the All (Unassigned) default setting.
- Modify the Transmission Control Protocol (TCP) port as appropriate.
- Click the Home Directory tab.
- To use a folder on the local computer, click A directory on this computer, and then click Browse to locate the folder that you want to use.
- To use a folder that has been shared from another computer on the network, click A share located on another computer, and then either type the network path or click Browse to select the shared folder.
- Click Read to grant read access to the folder (required).
- Click OK to accept the Web site properties.
back to the top
Create New Web Site
To create a new Web site in Apache, you must set up a virtual host and configure the individual settings for the host. If you are using IIS, you can create a new Web site by translating the following terms to the IIS equivalents: |
DocumentRoot | IIS Web Site Home Directory | ServerName | IIS Host Header | Listen | IIS IP Address and TCP Port |
To create a new Web site in IIS:
- Log on to the Web server computer as an administrator.
- Click Start, point to Settings, and then click Control Panel.
- Double-click Administrative Tools, and then double-click Internet Services Manager.
- Click Action, point to New, and then click Web Site.
- After the Web Site Creation Wizard starts, click Next.
- Type a description for the Web site.
This description is used internally to identify the Web site in Internet Services Manager only. - Select the IP address to use for the site.
If you select All (unassigned), the Web site is accessible on all interfaces and all configured IP addresses. - Type the TCP port number to publish the site on.
- Type the Host Header name (the real name that is used to access this site).
- Click Next.
- Either type the path to the folder that is holding the Web site documents or click Browse to select the folder, and then click Next.
- Select the access permissions for the Web site, and then click Next.
- Click Finish.
back to the top
REFERENCESFor additional information about how to prepare servers for a migration from UNIX to Windows, click the article number below
to view the article in the Microsoft Knowledge Base:
323970 How To Prepare the Target Server for a UNIX-to-Windows Migration
For additional information about setting up additional IP addresses for a network interface, click the article number below
to view the article in the Microsoft Knowledge Base:
323955 How To Configure Network Settings in a UNIX-to-Windows Migration
back to the top
Modification Type: | Minor | Last Reviewed: | 7/15/2004 |
---|
Keywords: | kbhowto kbHOWTOmaster KB323972 kbAudITPro |
---|
|