[This is preliminary documentation and subject to change]
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
- Create a home page for your Web site. See Choosing an Authoring Tool for more
information on available tools used in Web site creation.
- Name your home page file Default.htm or Default.asp.
- 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.
- 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
- 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.
- 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
- 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.
- See Adding Sites for
procedural information on how to add sites.
© 1997-2001 Microsoft Corporation. All rights reserved.