Sunday 14 April 2013

Installing IIS 7 on Windows Server 2008 or Windows Server 2008 R2


Introduction

You can use Microsoft® Web Platform Installer (Web PI) to easily install Internet Information Services (IIS) and applications that run on IIS. However, if you choose to install IIS manually, you can use this article for guidance. You can also refer to Installing and Configuring IIS 7 and Above.

IIS 7.0 is the Web server role in Windows Server® 2008 and the Web server in Windows Vista®. IIS 7.5 is the Web server role in Windows Server® 2008 R2 and the Web server in Windows® 7. Windows Server 2008 R2 and Windows Server 2008 operating systems have all the IIS features needed to support the hosting of Web content in production environments. Windows 7 and Windows Vista also include IIS features, but the available features depend on the operating system versions.

The Web server was redesigned in IIS 7.0 to enable you to customize a server by adding or removing modules to meet your specific needs. Modules are individual features that the server uses to process requests. For example, IIS 7.0 and IIS 7.5 use authentication modules to authenticate client credentials and use cache modules to manage cache activity. Both versions of IIS also provide:
A new management interface. The interface lets you quickly and easily change the settings for each Web site. It is also possible to edit the settings of a Web site in a text-based configuration file.
The ability to share tasks with Web site owners. A hoster with multiple sites can delegate administrative control to developers or content owners.
New in IIS 7.5

IIS 7.0 and IIS 7.5 are together known as IIS 7 or IIS 7 and above; however, IIS 7.5 and Windows Server 2008 R2 include several new features not found in IIS 7.0:
Microsoft® ASP.NET runs on Windows Server 2008 R2 Server Core installations.
Some of the extensions available to be added to the IIS 7.0 platform are integrated into the IIS 7.5 platform, including:
FTP publishing.
Web-based Distributed Authoring and Versioning (WebDAV) publishing.
Windows PowerShell™ snap-in for IIS.
IIS Administration Pack modules.
IIS 7.5 includes configuration logging and tracing (IIS 7.0 does not include any built-in tracing mechanisms for configuration changes).
IIS 7.5 includes the Best Practice Analyzer, an automated tool for helping to ensure compliance with security best practices.
Before You Begin

Ensure that you have administrative user rights on the computer on which you plan to install IIS 7 or above. Note that by default, you do not have administrative user rights if you are logged on as a user other than as the built-in administrator, even if you were added to the local Administrators group on the computer (this is a new security feature in Windows Server 2008 called Local User Administrator).

Log on either to the built-in administrator account, or explicitly invoke applications as the built-in administrator by using the runas command-line tool.

Note: You can run runas /user:administrator cmd.exe so that every application you run from that command line will be elevated, eliminating the need to use the runas syntax from that command line.

If you are logged on to an account other than the built-in local administrator account, you may see the following security alert dialog box.



Figure 1: Windows® Security (User Account Control)
Install IIS 7.5 on Windows Server 2008 R2

IIS is one of the Windows Server® server roles. IIS can be installed through the graphical user interface (GUI) by using the new Server Manager interface after the Windows Server operating system is installed.

Server Manager provides a single dashboard to install or uninstall server roles and features. Server Manager also gives an overview of all currently installed roles and features. When IIS is chosen from the Server Manager, the basic components and services needed for IIS are automatically selected.

1. Click Start -> All Programs -> Administrative Tools -> Server Manager.



Figure 2: Server Manager

2. In the Server Manager window, scroll down to Roles Summary, and then click Add Roles. The Add Roles Wizard will start with aBefore You Begin page. The wizard asks for verification of the following:

a. The administrator account has a strong password.

b. The network settings, such as IP addresses, are configured.

c. The latest security updates from Windows® Update are installed.

3. Select Web Server (IIS) on the Select Server Roles page. An introductory page will open with links for further information.

Note: When you use the Add Roles Wizard to install IIS, you get the default installation, which has a minimum set of role services. If you need additional IIS role services, such as Application Development or Health and Diagnostics, make sure to select the check boxes associated with those features in the Select Role Services page of the wizard.



Figure 3: Select Server Roles

4. Select the IIS services to be installed on the Select Role Services page. Add only the modules necessary. In this case, ASP.NET is selected, and a description of ASP.NET appears in the right pane. Once desired modules are added, click Next.



Figure 4: Select Role Services

5. Add any required role services.


Figure 5: Wizard warning page

6. IIS is now installed with a default configuration for hosting ASP.NET on Windows Server. Click Close to complete the process.


Figure 6: Installation Results page

7. Confirm that the Web server works by using http://localhost.


Figure 7: Default Web site

Note: Install only the absolutely necessary IIS services to minimize the IIS installation footprint. This also minimizes the attack surface, which is one of the benefits of IIS 7 and above.
Use a Script to Install IIS 7.5 on Windows Server 2008 R2

You can also use a script to install IIS 7.5. Note that if you use this script, you get the full IIS installation, which installs all available feature packages. If there are feature packages you do not need, you should edit the script to install only the packages you require. For more information, see Installing IIS 7.5 on Windows Server 2008 R2.

To install IIS 7.5 with a script, type the following at a command prompt:

CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell
Unattended Installation of IIS 7.0 on Windows Server 2008

Automating the installation of IIS by using unattended scripts is very useful if you need to deploy multiple Web servers and want to ensure that each of the Web servers is set up with identical components and services.

In the Windows Server 2008 and Windows Vista operating systems, Pkgmgr.exe is used for unattended scripts, letting you install or uninstall optional features from a command prompt or scripts. (Note: Pkgmgr.exe replaces Sysocmgr.exe which was used in Windows Server® 2003.) For instructions and an overview of Pkgmgr.exe, see Installing IIS 7.0 and Above from the Command Line. See also Unattended Setup to Install IIS 7.0 and Above. Note that to use Pkgmgr.exe, you must make sure you have administrative user rights on the computer.
Install IIS 7.0 on Windows Server 2008

1. To start Server Manager, click Start Menu -> All Programs -> Administrative Tools -> Server Manager. The Server Manager window opens.


Figure 8: Server Manager

2. In the Server Manager window, select Roles. The Role Summary View is displayed.



Figure 9: Start Add Roles Wizard

3. Click Add Roles. The Add Roles Wizard opens. Click Next to select roles to install.



Figure 10: Add Roles Wizard Introduction

4. Select Web Server (IIS).


Figure 11: Select Web Server (IIS) in Add Roles Wizard

5. The Add Roles Wizard notifies you of any required dependencies; since IIS depends on the Windows Process Activation Service (WAS) feature, the following informational dialog box appears. Click Add Required Role Services to continue.


Figure 12: Add Dependencies

6. The Web Server is now selected for install. The Select Server Roles dialog box opens. Click Next to continue.


Figure 13: Selected Web Server (IIS)

7. The following dialog box and information appears. Click Next to continue.


Figure 14: Introduction to Web Server dialog box

8. The Add Roles Wizard displays a list of all IIS 7.0 features available to install as shown below. Note that features comprising the default install are pre-selected.


Figure 15: Web Server Features Listed

9. To install just the IIS 7.0 default features, click the Install button, and then proceed to Step 14. If you need to install additional features, proceed to step 10.

10. For this example, we install additional IIS features. Select the check box for ASP.NET. The Wizard warns if adding an IIS feature will also cause other features to be installed.


Figure 16: Dependency Information

11. Click Add Required Role Services to continue.

12. Continue selecting additional IIS Role Services features to install.


Figure 17: Add Features For Web Server

13. When you have selected all the features you require, click Next to continue.

14. The Wizard provides a summary of what will be installed.


Figure 18: Summary of Features

15. Click Install to continue. The Installation Progress dialog box opens.


Figure 19: Install Progress

16. When the IIS 7.0 installation is complete, the following dialog box opens. Click Close to return to the Server Manager.


Figure 20: Installation Summary

17. You can now perform a quick check to verify that IIS 7.0 is installed. Start the Windows® Internet Explorer® Web browser, and enter the address http://localhost. You should see the default IIS "Welcome" page.

Links for Further Information

Installing and Configuring WebDAV on IIS 7.0 and Above.

Available Web Server (IIS) Role Services in IIS 7.5.

Installing IIS 7.0 on Windows Server 2008.

Editing Configuration Files.

Extending IIS Configuration.

Discuss in IIS Forums

How to Configure IIS 7 in Windows Server 2008 R2
How to Create Website in IIS 7


Discuss in IIS Forums
BY IIS TEAM
The IIS team is a close-knit group of passionate individuals who are enthusiastic about web technology. Our diverse team represents all corners of the globe with members from Canada, China, Germany, India, Ireland, Korea, Mexico, Russia, Vietnam, and all over the United States.


SingleHop Ad

What is Windows Server 2012?

Windows Server 2012, codenamed "Windows Server 8", is the sixth release of Windows Server. It is the server version of Windows 8 and succeeds Windows Server 2008 R2. Two pre-release versions, a developer preview and a beta version, were released during development. The software was generally available to customers starting on September 4, 2012 and worldwide through multiple channels in September 2012.

Unlike its predecessor, Windows Server 2012 has no support for Itanium-based computers, and has four editions. Various features were added or improved over Windows Server 2008 R2, such as an updated version of Hyper-V, an IP address management role, a new version of Windows Task Manager, and ReFS, a new file system. Although it has a Metro user interface (which has led to a mixed reception for Windows 8), the operating system has generally received positive reviews for these features.

Before its final release, Microsoft made pre-release builds of the software, two of which were released to the general public for testing. Windows Server 2012 developer preview was released on 9 September 2011. However, unlike Windows 8, the developer preview of Windows Server 2012 was only made available to MSDN subscribers. It included a graphical user interface based on Metro design language a new Server Manager, a graphical application used for server management. On 16 February 2012, Microsoft released an update for developer preview build that extended its expiry date from 8 April 2012 to 15 January 2013. Build 8180 was leaked on 13 January 2012, and contained some revisions to the Server Manager interface and Storage Spaces.

A public beta version of Windows Server 2012 was released along with the Windows 8 Consumer Preview on 29 February 2012. The release candidate of Windows Server 2012 was released on 31 May 2012, along with the Windows 8 Release Preview. The final RTM build was released to manufacturing on 1 August 2012 and became generally available on 4 September 2012. Qualifying students have also been able to download Windows Server 2012 via DreamSpark.
Windows Server 2012 Data Recovery Software

Using the same file systems as the previous Windows operating systems, NTFS or FAT32, data loss in Windows 2012 could be inevitable. When you delete a file or format the hard drive, data saved on the hard drive actually is not wiped immediately. Which means you can't see your original photos directly on the hard drive, because they're marked as useless and the place that they occupied has been marked reusable for new data. The dangerous thing is that once you write new data in, those formatted data will disappear forever. Therefore, you must stop to add any new data to data loss region in case that crucial data might has been overwritten.

EaseUS Data Recovery Wizard Free Edition efficiently restores and recovers deleted or lost files due to format, hard drive failure, partition deletions under Windows Server 2012/2008/2003.

Windows Server 2012 Backup & Restore Software

With reliable disk imaging technology and file-level data protection, EaseUS Todo Backup Server offers a cost-effective solution to fully protect the system, applications and all data for Windows Server 2000, 2003, 2008, 2012. It ensures your servers can be quickly restored from virus, data loss, computer failure, or any other unexpected disaster and restore system to dissimilar hardware, maximizing uptime of your servers. Diversity backup policies are designed to meet the needs of your businesses.

What is Windows 8?

Windows 8, Microsoft's next-generation operating system, a family of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, netbooks, tablet PCs, servers, and media center PCs. It adds support for system-on-a-chip and mobile ARM processors. Its user interface has been changed to make it better suited for touch screen input in addition to the traditional mouse and keyboard input. A computer running Windows 8 can boot up much faster than Windows 7. New features also include USB 3.0 support, the Windows App Store, the ability to run Windows installation from USB drives and others.

Windows 8 Data Recovery Software

Using the same file systems as the previous Windows operating systems, NTFS or FAT32, data loss in Windows 8 could be inevitable. When you delete a file or format the hard drive, data saved on the hard drive actually is not wiped immediately. Which means you can't see your original photos directly on the hard drive, because they're marked as useless and the place that they occupied has been marked reusable for new data. The dangerous thing is that once you write new data in, those formatted data will disappear forever. Therefore, you must stop to add any new data to data loss region in case that crucial data might has been overwritten.

EaseUS Data Recovery Wizard Free Edition efficiently restores and recovers deleted files at no cost in the cases of PC crashes, unbootable computer, hard drive failure, partition deletions under Windows 8/7/xp/vista. The files we deleted from the Recycle Bin are also recovered with this free computer recovery software.

How to recover lost data using Windows 8 Data Recovery Software


Step A: Launch Windows 8 recovery Freeware, and choose a module according to the reason for data loss. "Deleted File Recovery" is for deletion recovery, "Complete Recovery" is for format recovery, and "Partition Recovery" is used when partition is lost or corrupted.


Smart media cards files recovery software


Step B: Select the file types you want to recover.


Step C: Choose Smart Media cards where files are and click "NEXT" to start searching.


Smart media cards files recovery - searching


Step D: Preview the files and select the lost files that you want to recover. Then select a directory and save files.


Smart media cards files recovery - preview

Please download the free computer recovery software now with the detailed instructions to have a fair idea whether your lost files can be recovered after system crash.
Video Tutorial for how to recover lost data in Windows 8


EaseUS Data Recovery Wizard Free Edition gets excellent reviews and ratings as a free data recovery software because many users all over the world successfully completed desktop/laptop/PC data recovery.

What is Windows 7?

Windows 7 is the latest public release version of Microsoft Windows, a series of operating systems produced by Microsoft for use on personal computers, including home and business desktops, laptops, and media center PCs. Windows 7, along with Windows Server 2008 R2, was released less than three years after the release of its predecessor Windows Vista on Oct 22, 2009.

Aimed to be fully compatible with applications and hardware which are compatible with Windows Vista, Windows 7 was intended to be more focused regarding new features instead of introducing quite some new features like its predecessors. Main features added-in are multi-touch support, Superbar which is redesigned from Windows Shell with a new taskbar, HomeGroup introduced as a home networking system and performance improvements. Some applications within previous releases like Windows Mail, Windows Calendar, Windows Photo Gallery and Movie Maker are removed from Windows 7, but most of them are offered in the free Windows Live Essentials suite separately.

Windows 7 is available in six different editions: Windows 7 Starter, Windows 7 Home Basic, Windows 7 Home Premium, Windows 7 Professional, Windows 7 Enterprise and Windows 7 Ultimate. Minimum hardware requirements for Windows 7:

32-bit architecture: Processor: 1 GHz 32-bit processor; Memory (RAM): 1 GB of RAM; Graphics Card: DirectX 9 graphics processor with WDDM driver model 1.0 (For Aero); HDD free space: 16 GB of available disk space; Optical drive: DVD drives (only to install from DVD/CD Media).

64-bit architecture: Processor: 1 GHz 64-bit processor; Memory (RAM): 2 GB of RAM; Graphics Card: DirectX 9 graphics processor with WDDM driver model 1.0 (For Aero); HDD free space: 20 GB of available disk space; Optical drive: DVD drives (only to install from DVD/CD Media).

What is Windows Server 2008?

Windows Server 2008 is the most recent release of Microsoft Windows' server line of operating systems. Released to manufacturing on 4 February 2008 and officially released on 27 February 2008, it is the successor to Windows Server 2003, released nearly five years earlier. Like Windows Vista, Windows Server 2008 is built on the Windows NT 6.0 kernel.

Windows Server 2008 is built from the same code base as Windows Vista; therefore, it shares much of the same architecture and functionality. Since the code base is common, it automatically comes with most of the technical, security, management and administrative features new to Windows Vista such as the rewritten networking stack (native IPv6, native wireless, speed and security improvements); improved image-based installation, deployment and recovery; improved diagnostics, monitoring, event logging and reporting tools; new security features such as BitLocker and ASLR; improved Windows Firewall with secure default configuration; .NET Framework 3.0 technologies, specifically Windows Communication Foundation, Microsoft Message Queuing and Windows Workflow Foundation; and the core kernel, memory and file system improvements. Processors and memory devices are modelled as Plug and Play devices, to allow hot-plugging of these devices. This allows the system resources to be partitioned dynamically using Dynamic Hardware Partitioning; each partition having its own memory, processor and I/O host bridge devices independent of other partitions.

What is Windows Vista?

Windows Vista (formerly code named Longhorn) is the next evolution of Microsoft's operating system. Vista offers an advancement in reliability, security, ease of deployment, performance and manageability over Windows XP. As of July 30, 2005 Windows Vista is in the beta 1 phase and is expected to be released late in 2006. Some of the Windows Vista features include the following:

Detects hardware problems before they occur, which is designed to reduce the frequency of incidents in which applications stop responding or the PC needs to be restarted.

Windows Vista security features protect against the latest generation of threats, such as worms, viruses and spyware. If an attacker manages to compromise a computer, Windows Vista limits the damage.

Security features protect against the latest generation of threats, such as worms, viruses and spyware. If an attacker manages to compromise a computer, Windows Vista limits the damage.

Faster start-up time and low power consumption of the new sleep state. In many cases, Windows Vista is noticeably more responsive than Windows XP on identical hardware.

Windows Vista simplifies and centralizes desktop configuration management, reducing the cost of keeping systems updated.

Our data recovery software - Data Recovery Wizard supports Windows Vista (Home, Pro, Media center edition) system.

What is Windows Server 2003?

Microsoft Windows Server 2003 is the latest version of the Windows Server platform.

Windows Server 2003 operating systems take the best of Windows 2000 Server technology and make it easier to deploy, manage, and use. The result: a highly productive infrastructure that helps make your network a strategic asset for your organization.

Windows Server 2003 includes all the functionality customers need today from a Windows Server operating system to do more with less, such as security, reliability, availability, and scalability. In addition, Microsoft has improved and extended the Windows server operating systems to incorporate the benefits of Microsoft .NET for connecting information, people, systems, and devices.

As of March 28, 2005, all Windows Server 2003 operating systems ship with Windows Server Service Pack 1 (SP1). Windows Server 2003 SP1 provides enhanced security, increased reliability, and a simplified administration to help enterprise customers across all industries.

In addition, in December 2005, Standard, Enterprise, and Datacenter editions of Windows Server 2003 R2 were released, offering Active Directory, storage, and branch office enhancements for customers.

Our data recovery software - Data Recovery Wizard supports Windows 2003 Server system.

What is Windows XP?

An operating system introduced in 2001 from Microsoft's Windows family of operating systems, the previous version of Windows being Windows Me. Microsoft called the release its most important product since Windows 95. Along with a redesigned look and feel to the user interface, the new operating system is built on the Windows 2000 kernel, giving the user a more stable and reliable environment than previous versions of Windows. Windows XP comes in two versions, Home and Professional. The company has focused on mobility for both editions, including plug and play features for connecting to wireless networks. The operating system also utilizes the 802.11x wireless security standard.

The "XP" in Windows XP stands for "eXPerience".

Our data recovery software - Data Recovery Wizard supports Windows XP system.

What is Windows 2000?

A product in Microsoft's Windows line of operating systems. There are four versions of Windows 2000:
  • Professional - an operating system for business desktop and laptop systems. It is used to run software applications, connect to Internet and intranet sites, and access files, printers, and network resources.
  • Server - both a Web server and an office server. Windows 2000 Server lets users build Web applications and connect to the Internet.
  • Advanced Server - an operating for line-of-business applications and e-commerce. It contains all the functionality of the standard version of Windows 2000 Server, plus additional features for applications that require higher levels of scalability and availability.
  • Datacenter Server - developed to work in high-traffic computer networks, it is designed for enterprises that need reliable high-end drivers and software. It supports up to 64-way SMP and up to 64 GB of physical memory.
Windows 2000 is sometimes abbreviated as W2K.

Our data recovery software - Data Recovery Wizard supports Windows 2000 system.

What is Windows NT?

A version of the Windows operating system. Windows NT (New Technology) is a 32-bit operating system that supports preemptive multitasking.

There are actually two versions of Windows NT: Windows NT Server, designed to act as a server in networks, and Windows NT Workstation for stand-alone or client workstations.

What is Windows 98?

Originally it was called Memphis, and then Windows 97, but Microsoft changed the name when it realized that it was going to miss its target 1997 release date.

Windows 98 offers support for a number of new technologies, including FAT32, AGP, MMX, USB, DVD, and ACPI. Its most visible feature, though, is the Active Desktop, which integrates the Web browser (Internet Explorer) with the operating system. From the user's point of view, there is no difference between accessing a document residing locally on the user's hard disk or on a Web server halfway around the world.

What is Windows 95?

A major release of the Microsoft Windows operating system released in 1995. Windows 95 represents a significant advance over its precursor, Windows 3.1. In addition to sporting a new user interface, Windows 95 also includes a number of important internal improvements. Perhaps most important, it supports 32-bit applications, which means that applications written specifically for this operating system should run much faster. And although Windows 95 can run older Windows and DOS applications, it has essentially removed DOS as the underlying platform. This has meant removal of many of the old DOS limitations, such as 640K of main memory and 8-character filenames.

What is Microsoft Windows?

A family of operating systems for personal computers. Windows dominates the personal computer world, running, by some estimates, on 90% of all personal computers. The remaining 10% are mostly Macintosh computers. Like the Macintosh operating environment, Windows provides a graphical user interface (GUI), virtual memory management, multitasking, and support for many peripheral devices.