Lect 10 - Configuring Web Server (IIS)
Lect 10 - Configuring Web Server (IIS)
TOPIC 10:
CONFIGURING WEB SERVER (IIS)
ITP4112 Network and Virtualized Systems
Administration Project
VTC 2012
LESSON INTENDED LEARNING OUTCOMES
On completion of the lesson, students are expected to:
Know how to install the Web Server of IIS.
VTC 2012
OVERVIEW
The IIS 7.0 services provided by Windows Server 2008 integrates a
number of content delivery platforms, including IIS (web services),
ASP.NET, and SharePoint services, into one easy-to-manage web pl
atform.
Overall, IIS 7.0 provides a scalable, easily managed, and secure we
VTC 2012
Confguring Web Server (IIS)
4
INSTALL IIS
VTC 2012
INSTALL IIS
You are provided a list of the IIS services that can be ins
talled as part of the Web Server role.
For now, install the default services (services such as th
e FTP service can be added later).
VTC 2012
CONFIGURE THE IIS SERVER
IIS is managed through the IIS Manager snap-in in the Ser
ver Manager by expanding the Roles and IIS Server nodes.
The snap-in also monitors the IIS service by showing even
ts being logged that are related to IIS.
VTC 2012
ADD A WEBSITE
When you expand the Web Server node and then expand t
he Site node, you can view the sites currently on the server
. By default, only the new Default Web Site is listed in the S
VTC 2012
ADD A WEBSITE
You can use the Default Web Site as the site on the web ser
ver is you wish. You can rename the site as needed (right-cl
ick the site and select Rename).
VTC 2012
ADD A WEBSITE
After clicking the Sites node in the node tree, click the Add
Web Site in the Actions pane.
Type a unique, friendly name for the site. As you type the
VTC 2012
ADD A WEBSITE
In the Binding area, set the protocol type, the IP address, a
nd the port. Select an IP address for the site in the drop-do
wn list or type one.
If you want to have web clients connect to the site by host
name (domain name) rather than the IP address, provide t
10
VTC 2012
CONFIGURE IIS DEFAULTS
Global settings for all the sites on your IIS server.
For example, physical path credentials, connection limits, a
nd enabled protocols.
To set these defaults, select the Sites node in the Connectio
11
VTC 2012
CONFIGURE IIS DEFAULTS
Application Pool dictates the application platform avai
lable on the server. The default DefaultAppPool actuall
y is the .NET Framework.
12
VTC 2012
CONFIGURE SITE FEATURES
Settings you make for a specific site override the setting
s that you made at the global level.
VTC 2012
CONFIGURE SITE FEATURES
You are provided with a set of icons in the Details pane. This
is the default Features View, which provides a task-based sy
stem for configuring specific settings required for a particul
ar website.
VTC 2012
SITE FEATURE - AUTHENTICATION
By default, the authentication for a site is set to anonymous, i
.e. does not require a username or password for the clients
web browser to connect to the site.
15
VTC 2012
SITE FEATURE - AUTHENTICATION
To set specific user credentials (other than the default IUSR,
which is created when you install IIS), click the Set button an
d provide the username and password
16
VTC 2012
SITE FEATURE - LOGGING
The logging page enables you to configure how requ
ests to the site are logged.
VTC 2012
SITE FEATURE - LOGGING
VTC 2012