Checking whether IIS is enabled and working

Since we're using Windows 2008 Web Server, we speak about roles; so we need to be sure that the web role is enabled with all the required features for the platform setup to run smoothly.

Getting ready

You need to have completed the previous recipe to continue.

How to do it...

Use the following steps to check if the required features are enabled:

  1. Open the Server Manager (Start | Administrative Tools | Server Manager) and scroll to the Roles Summary pane.
  2. Click on the Add roles link, you will see the Add Roles Wizard window; click on Next.
  3. Select Web Server (IIS) and click on Add Required Features in the pop-up message box; now click on Next and then on Next again.
  4. In the Select Role Services page, carefully check the following if not selected already:
    • In the Application Development group:

      ASP.NET (add required role services if prompted)

      ASP

    • In the Security group:

      Basic Authentication

      Windows Authentication

  5. Click on Next, then on Install, and when finished click on Close.

How it works...

These role features enable MicroStrategy Web ASP.NET pages and the ability to use Windows authentication when connecting to the Intelligence Server through the Web.

There's more...

Check the successful outcome by opening Internet Explorer and typing http://localhost/ in the address bar. You should see the IIS7 welcome logo.

Note

You can watch a screencast of this operation at:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset