[This is preliminary documentation and subject to change]

Quick Site Setup with IIS

IIS creates a default Web site when you install Windows Whistler Server; however, the FTP service is not installed by default. See Enabling the FTP Service for more information on how to install the FTP Service and a default FTP site. This topic describes how to publish information on these default sites.

To publish content on your Web site
  1. Create a home page for your Web site. See Choosing an Authoring Tool for more information on available tools used in Web site creation.
  2. Name your home page file Default.htm or Default.asp.
  3. Copy your home page into the default Web publishing directory for IIS. The default Web publishing directory is also called the home directory, and the location provided by Setup is \Inetpub\Wwwroot.
  4. If your network has a name resolution system (typically DNS), then visitors can simply type your computer name in the address bar of their browsers to reach your site. If your network does not have a name resolution system, visitors must type the numerical IP address of your computer. For more information, see About Name Resolution.
To publish content on your FTP site
  1. Copy or move your files into the default FTP publishing directory. The default directory is \Inetpub\Ftproot after the FTP Service is installed. See Enabling the FTP Service for more information on how to install the FTP Service and the default FTP site.
  2. If your network has a name resolution system (typically DNS), then visitors can type ftp:// followed by your computer name in the address bar of their browsers to reach your site. If your network does not have a name resolution system, visitors must type ftp:// and the numerical IP address of your computer. To customize the appearance of your FTP site, see Setting FTP Messages and Directory Output Style.
To add additional Web or FTP sites to your computer
  1. Review the conceptual information that describes hosting multiple sites on one computer in the section Hosting Multiple Sites by Assigning Ports, Addresses, and Host Header Names in the About Name Resolution topic.
  2. See Adding Sites for procedural information on how to add sites.

© 1997-2001 Microsoft Corporation. All rights reserved.