modified on 3 February 2009 at 09:48 ••• 1,660 views

Install IIS 7 on Windows 2008 Server Standard Edition

From Oramosswiki

Jump to: navigation, search

Internet Information Server is the "webserver" for Microsoft Windows Server environments. This article shows the installation process for installing version 7 on Windows 2008 Server Standard x64.

The article was created in order to test the installation of Oracle Business Intelligence Enterprise Edition with an IIS application server.

IIS functionality is termed a "role" on Windows 2008 Server and the installation is performed using Server Manager.

Start by bringing up Server Manager:

Start Server Manager

Now click on Add Roles and the Add Roles Wizard begins. If you've not run it before, you get the introductory page:

Start Add Roles Wizard

Click next and the Server Roles selection page appears:

Add Roles Wizard, Select Server Roles

Check the "Web Server (IIS)" role and click next. A dialog appears indicating some additional features that need to be installed:

Add Roles Wizard, Select IIS Additional Features

Click "Add Required Features" and the wizard returns to the role section screen:

Add Roles Wizard, Selected IIS

An information page appears on IIS:

Add Roles Wizard, Introduction to IIS

Just click next to continue. The next page shows the Role Services that will be activated. In order to support OBIEE, I enabled ISAPI Filters and ISAPI Extensions, both of which were disabled by default:

Add Roles Wizard, Select Role Services

Now, the wizard shows the installation selections for your confirmation:

Add Roles Wizard, Confirm Installation Selections

Click Install to start the installation:

IIS 7 Installation In Flight

When the installation finishes, click Close to end the wizard. Then reboot the server.

IIS 7 Installation completed

When you restart, you will see under Administration Tools, a shortcut for IIS Manager - the applet for managing the IIS webserver:

IIS Manager shortcut

Opening up a browser and navigating to the default page for the server shows the default homepage for IIS 7:

IIS 7 Default Homepage

That's it.