Logo
CAR REVIEW
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
PREGNANCY
 
 
Windows Server

Windows Server 2008 R2 : Administering IIS 7.5 Web Sites

6/19/2011 3:51:18 PM
After installing IIS, you are ready to set up and manage new Web sites. In this section, we will walk through setting up and configuring a new Web site using IIS Manager within Server Manager. Before creating new Web sites, you need to have a basic understanding of Web sites and application pools and how they relate to one another.

IIS Web sites

IIS Web sites serve up files used by the Web application or site. IIS Web sites manage all of the security and configuration settings for each site including authentication methods allows, which types of files can be served via the sites, error handling, and the directory where the Web site files are located.

Application pools

Application pools help isolate Web sites so that issues that may occur on one site do not bring down other sites running on the same server. Application pools can also be used to restart a Web site if it begins to consume too many resources on the server, again preventing a single site from interfering with the performance of other sites on the same server. Additionally, application pools allow administrators to set specific sites to run as a defined identity or user account. This gives the application a security context in which it can connect to and access other resources on the network if necessary.

Each IIS Web site runs in an application pool. An application pool can contain one or more IIS Web sites. If an application pool stops or restarts, the IIS Web site is also offline during the time the application pool is stopped.

During the installation of the Web Server role, DefaultAppPool, and Classic.Net AppPools are created along with a Default Web site.

Creating Web sites

To create a new Web site within IIS, perform the following tasks:

1.
Open Server Manager and select the node Roles | Web Server (IIS) | Internet Information Services (IIS) Manager.

2.
In the middle pane, expand the Web server name and right-click the Sites node and choose the option Add Website as seen in Figure 1.

Figure 1. Adding a Web site.

3.
Enter the required site information (see Figure 2) including:

  • Site name—This is the name of the site. This should be a name that easily describes the site, for example, “BillingApplication”.

  • Application pool—Choose the application pool for this site to run under. By default, a new application pool will be created for the new site.

  • Physical path—Enter the path on the server where the Web site files are located.

  • Binding information—Choose the binding settings such as IP address and protocols used. You can also enter a host header in this section. IIS Web sites can use host headers allowing you to bind more than one Web site to a single IP address. Without the use of host headers, each Web site would require a dedicated IP address.

Figure 2. New IIS Web site configuration information.


4.
After entering the Web site configuration information, click OK.

5.
You should now see the new site listed under the sites node in IIS Manager.

Any settings for the Web site can now be managed using the IIS Manager in Server Manager. Some of the more common settings that may need to be configured are:

  • Authentication—You may need to set the authentication method used by the Web site. IIS can use Anonymous Authentication, Basic Authentication, Digest Authentication, Forms Authentication, and Windows Authentication. IIS can use any one or all of these authentication methods. The IIS Authentication methods are defined in Table 1.

    Table 1. IIS Authentication Methods
    Authentication MethodDescription
    Anonymous authenticationAnonymous authentication allows anyone to access the Web site without entering a username or password. This authentication method is commonly used for public Web sites where everyone should have access.
    Basic authenticationBasic authentication presents the user with a logon dialog box asking for a username and password. If the user enters a valid username and password combination, he is given access to the Web site. It is highly recommended that SSL be used with Basic Authentication as Basic Authentication sends the username and password across the network in clear text.
    Digest authenticationDigest authentication provides a much greater level of security than Basic Authentication. Digest authentication can also be used to authenticate users when accessing an application through firewalls.
    Forms authenticationForms authentication provides a very user-friendly authentication method providing the end user with a Web page-based form to enter his credentials. Applications such as Microsoft Exchange Server 2007 and 2010 provide forms-based authentication to the Outlook Web Access feature.
    Windows authenticationWindows authentication is used on internal Windows domain environments. Windows authentication uses the Windows domain to authenticate users. This authentication type is heavily used on only intranet Web sites.

  • Default document—Web sites have a default document or page that is accessed when accessing the site. To prevent users from having to know the name of this page, the Web site will automatically direct users to the defined default document when they access the Web site URL.

  • HTTP redirect—The HTTP Redirect option can be used to direct users hitting the Web site to another URL. This is helpful when a Web site has been moved and you want to redirect the users to the new location.

Other -----------------
- Windows Server 2008 R2 : Installing and Configuring IIS 7.5
- Active Directory Domain Services 2008 : Manage Active Directory Domain Services Data - Rename User Object
- Active Directory Domain Services 2008 : Manage Active Directory Domain Services Data - Delete User Object
- Active Directory Domain Services 2008 : Manage Active Directory Domain Services Data - Create User Object
- Troubleshooting the Exchange Server 2003 Organization
- Troubleshooting Exchange Server 2003 Servers
- BizTalk 2009 : The Enterprise Service Bus Toolkit 2.0 - The Functional Components (part 4) - Business Rule Engine
- BizTalk 2009 : The Enterprise Service Bus Toolkit 2.0 - The Functional Components (part 3)
- BizTalk 2009 : The Enterprise Service Bus Toolkit 2.0 - The Functional Components (part 2) - ItineraryHelper & Pipeline Components
- BizTalk 2009 : The Enterprise Service Bus Toolkit 2.0 - The Functional Components (part 1)
- Microsoft Dynamics CRM 2011 : Viewing Open and Completed Activities for a Record
- Microsoft Dynamics CRM 2011 : Creating Follow-Up Activities
- Microsoft Dynamics CRM 2011 : Understanding Activity Types & Understanding Activity Types
- Windows Server 2008 R2 : Analyze Server Roles (part 2) - Use PowerShell with the Best Practices Analyzer
- Windows Server 2008 R2 : Analyze Server Roles (part 1) - Use the Best Practices Analyzer
- Windows Server 2008 R2 : Maintaining Your Web Server - Work with Websites
- SQL Server 2008 : Creating Indexes via T-SQL (part 2) - Creating Filtered Indexes & Creating XML Indexes
- SQL Server 2008 : Creating Indexes via T-SQL (part 1) - Creating Clustered and Nonclustered Indexes & Creating Unique and Primary Key Indexes
- SQL Server 2008 : Index Vocabulary, Structure, and Concepts
- BizTalk 2009 : The Enterprise Service Bus Toolkit 2.0 - The Architecture (part 2) - Adapter Providers & Mediation Policies
 
 
Most view of day
- Planning Deployment : Planning Low-Volume Deployment, Windows Vista Requirements
- Microsoft Exchange Server 2013 : Mailbox management - Seeking perfection halts progress (part 3) - Changing EAC columns
- Preparing Windows PE : Exploring Windows PE
- Designing and Configuring Unified Messaging in Exchange Server 2007 : Monitoring and Troubleshooting Unified Messaging (part 2) - Performance Monitors
- Maintaining Desktop Health : Monitoring Reliability and Performance (part 2)
- Microsoft Visio 2010 : Organizing and Annotating Diagrams - Markup & Review
- Exchange Server 2007 : Migrating from Windows 2000 Server to Windows Server 2003 (part 3) - Upgrading the AD Schema Using adprep
- Microsoft Systems Management Server 2003 : Security - Accounts and Groups
- BizTalk Server 2009 Operations : Maintaining the BizTalk Group (part 2) - Backup Procedures
- Microsoft Systems Management Server 2003 : Running Software Metering Reports
Top 10
- Microsoft Exchange Server 2013 : Mailbox management - Setting mailbox permissions (part 5) - Outlook delegate access
- Microsoft Exchange Server 2013 : Mailbox management - Setting mailbox permissions (part 4) - Sending messages on behalf of other users
- Microsoft Exchange Server 2013 : Mailbox management - Setting mailbox permissions (part 3) - Mailbox auto-mapping through Autodiscover
- Microsoft Exchange Server 2013 : Mailbox management - Setting mailbox permissions (part 2) - Managing Full Access permission
- Microsoft Exchange Server 2013 : Mailbox management - Setting mailbox permissions (part 1) - Mailbox delegation
- Microsoft Exchange Server 2013 : Mailbox management - Health mailboxes
- Microsoft Exchange Server 2013 : Mailbox management - Discovery mailboxes - Creating additional discovery mailboxes
- Windows Phone 8 : Messaging - Composing a New Message (part 8) - Checking for New Mail
- Windows Phone 8 : Messaging - Composing a New Message (part 7) - Adding Emoticons and Clip Art
- Windows Phone 8 : Messaging - Composing a New Message (part 6) - Adding Recipients Through CC and Blind CC
 
 
Windows XP
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
2015 Camaro