Web Application Requirements (Master Data Services)

Master Data Manager is a Web application hosted by Internet Information Services (IIS).

Note

Master Data Manager works best when viewed in Internet Explorer (IE) 7 or 8. If you use IE 8, enable compatibility view by clicking Tools > Compatibility View. IE 6 is not supported.

Use Master Data Services Configuration Manager to create and configure the Master Data Manager Web application. Master Data Services Configuration Manager configures IIS on the local computer, so use it when you initially configure Master Data Services. For example, configure a Master Data Services environment with a single Master Data Manager Web application, or configure the first Web application in a scale-out deployment of Master Data Services. Use IIS tools to perform more complex tasks, such as configuring multiple Web servers in a scale-out deployment.

Web Application Requirements

Role and Role Services

On Windows Server 2008 or Windows Server 2008 R2, you can use Server Manager, which is available in the Microsoft Management Console (MMC), to install the Web Server (IIS) role and the following required role services.

Note

On Windows Vista and Windows 7 operating systems, use Programs and Features in Control Panel to enable these options in the Windows Features dialog box.

Web Server

   Common HTTP Features

     Static Content

      Default Document

      Directory Browsing

      HTTP Errors

   Application Development

      ASP.NET

      .NET Extensibility

      ISAPI Extensions

      ISAPI Filters

   Health and Diagnostics

      HTTP Logging

      Request Monitor

   Security

      Windows Authentication

      Request Filtering

   Performance

      Static Content Compression

   Management Tools

      IIS Management Console

Features

On Windows Server 2008 or Windows Server 2008 R2, you can use Server Manager to install the following required features.

Note

On Windows Vista and Windows 7 operating systems,, use Programs and Features in Control Panel to enable these options in the Windows Features dialog box. The Windows PowerShell feature is not installed with Windows Vista, but you can download it from the Microsoft Download Center.

.NET Framework 3.0 Features

   WCF Activation

      HTTP Activation

      Non-HTTP Activation

Windows PowerShell

Windows Process Activation Service

   Process Model

   .NET Environment

   Configuration APIs

Accounts and Permissions

Type

Description

Windows account

You must log on to the Web server computer with a Windows account that has permission to configure Windows roles, role services, and features, and to create and manage application pools, Web sites, and Web applications in IIS on the local computer.

Service account

When you create the Master Data Manager Web application in Master Data Services Configuration Manager, you must specify an identity for the application pool that the application runs in. This account should be the same account specified as the service account when the Master Data Services database was created.

This identity must be a domain user account, and it is added to the mds_exec database role in the Master Data Services database for database access. For more information, see Database Logins, Users, and Roles (Master Data Services). This account is also added to a Master Data Services Windows group, MDS_ServiceAccounts, which is granted permission to the temporary compilation directory, MDSTempDir, in the file system. For more information, see Folder and File Permissions (Master Data Services).

Change History

Updated content

Added Web browser requirements.