[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. IIS creates a default Web site and FTP site when you
install Windows Whistler Professional. 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 Web site
- Copy or move your files into the default FTP publishing
directory. The default directory provided by Setup is
\Inetpub\Ftproot. 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.
© 1997-2001 Microsoft Corporation. All rights reserved.