|
IIS creates a default Web site configuration on your hard disk at the time of installation.
You can use the \Inetpub\Wwwroot directory to publish your Web content, or create
any directory or virtual directory you choose. The File Transfer Protocol (FTP)
service must be installed and started in order to create an FTP site. It is not
installed by default.
Creating a Web or FTP site using IIS Manager does not create content, but merely
creates a directory structure and configuration files from which to publish the
content.
Procedures
|
|
To use the default Web site
|
|
|
|
1.
|
In IIS Manager, expand the local computer, expand the Web Sites
folder, right-click Default Web Site, and then click Properties.
|
|
2.
|
On the Web Site tab, under Web site description,
type the name of your Web site in the Description box.
|
|
3.
|
Click OK. The name of the new site appears in IIS Manager.
|
|
|
|
To create a new Web site
|
|
|
|
To change these and other settings later, right-click the Web site, and click
Properties.
|
|
1.
|
In IIS Manager, expand the local computer, right-click the Web Sites
folder, point to New, and then click Web Site.
The Web Site Creation Wizard appears.
|
|
2.
|
Click Next.
|
|
3.
|
In the Description box, type the name of your site, and then click
Next.
|
|
4.
|
Type or click the IP address (the default is All Unassigned), TCP
port, and host header (for example, www.gangadhar.info) for your site,
and then click Next.
|
|
|
5.
|
In the Path box, type or browse to the directory that contains,
or will contain, the site content, and then click Next.
|
|
6.
|
Select the check boxes for the Web site access permissions you want to assign to
your users, and then click Next.
|
|
7.
|
Click Finish
|
To install FTP services
|
|
|
|
|
1.
|
From the Start menu, click Control Panel.
|
|
2.
|
Double-click Add or Remove Programs.
|
|
3.
|
Click Add/Remove Windows Components.
|
|
4.
|
From the Components list box, click Application Server,
and then click Details.
|
|
5.
|
From the Subcomponents of Application Server list box, click
Internet Information Services (IIS), and then click Details.
|
|
6.
|
From the Subcomponents of Internet Information Services list box,
select the File Transfer Protocol (FTP) Service check box.
|
|
7.
|
Click OK twice.
|
|
8.
|
Click Next. You might be prompted for the Windows Server 2003 family
CD or the network install path.
|
|
9.
|
Click Finish, and then click Close.
|
|
|
|
|
|
To Create a New FTP Site
To change these and other settings later, right-click the FTP site, and then click
Properties.
|
|
1.
|
In IIS Manager, double-click the local computer, right-click the FTP Sites
folder, point to New, and then click FTP Site.
|
|
2.
|
Click Next.
|
|
3.
|
In the Description box, type the name of your site, and then click
Next.
|
|
4.
|
Type or click the IP address (the default is All Unassigned) and
TCP port for your site, and then click Next.
|
|
5.
|
Click the user isolation option you want, and then click Next.
|
|
6.
|
In the Path box, type or browse to the directory that contains
or will contain shared content, and click Next.
|
|
7.
|
Select the check boxes for the FTP site access permissions you want to assign to
your users, and then click Next.
|
|
8.
|
Click Finish.
|
|
|
|
|