Skip to content

Latest commit

 

History

History
108 lines (85 loc) · 7.17 KB

File metadata and controls

108 lines (85 loc) · 7.17 KB
title Web Application Requirements
description Find out about the requirements to install and run the Master Data Services web application hosted by Internet Information Services.
ms.custom
ms.date 02/13/2017
ms.prod sql
ms.prod_service mds
ms.reviewer
ms.technology master-data-services
ms.topic conceptual
keywords
master data services
ms.assetid 9455d3cf-c1b7-4d48-8aff-7dc636ed5dc3
author lrtoyou1223
ms.author lle

Web Application Requirements (Master Data Services)

[!INCLUDE SQL Server Windows Only - ASDBMI ]

[!INCLUDEssMDSshort] is a web application hosted by Internet Information Services (IIS). [!INCLUDEssMDSshort] works only in Internet Explorer (IE) 9 or later. IE 8 and earlier versions, Microsoft Edge and Chrome are not supported.

For instructions on how to install and configure IIS, see Installing and Configuring IIS.

Use [!INCLUDEssMDScfgmgr] to create and configure the [!INCLUDEssMDSmdm] web application. [!INCLUDEssMDScfgmgr] configures IIS on the local computer, so it is best for initial web configuration tasks. For example, configure a [!INCLUDEssMDSshort] environment with a single [!INCLUDEssMDSmdm] web application, or configure the first web application in a scale-out deployment of [!INCLUDEssMDSshort]. Use IIS tools to perform more complex tasks, such as configuring multiple web servers in a scale-out deployment.

Note

Any computer on which you install components of [!INCLUDEssMDSshort] must be licensed. For more information, refer to the End User License Agreement (EULA).

Requirements

Operating System

Before you install [!INCLUDEssMDSshort], review the following requirements:

Microsoft Silverlight

To work in the [!INCLUDEssMDSmdm] web application, Silverlight 5 must be installed on the client computer. If you do not have the required version of Silverlight, you will be prompted to install it when you navigate to an area of the web application that requires it. You can install Silverlight 5 from here.

Role and Role Services

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

Important

Dynamic Content Compression is enabled by default. This significantly reduces the size of the xml response and saves the network I/O, though CPU usage is increased. For more information, see [CTP 2.0] Improved Performance in What's New in Master Data Services (MDS).

  • Internet Information Services
  • Web Management Tools
  • IIS Management Console
  • World Wide Web Services
  • Application Development
  • .NET Extensibility 3.5
  • .NET Extensibility 4.5
  • ASP.NET 3.5
  • ASP.NET 4.5
  • ISAPI Extensions
  • ISAPI Filters
  • Common HTTP Features
  • Default Document
  • Directory Browsing
  • HTTP Errors
  • Static Content [Note: Do not install WebDAV Publishing.]
  • Health and Diagnostics
  • HTTP Logging
  • Request Monitor
  • Performance
  • Static Content Compression
  • Security
  • Request Filtering
  • Windows Authentication

Features

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

  • .NET Framework 3.5 (includes .NET 2.0 and 3.0)
  • .NET Framework 4.5 Advanced Services
  • ASP.NET 4.5
  • WCF Services
  • HTTP Activation [Note: This is required.]
  • TCP Port Sharing
  • Windows Process Activation Service
  • Process Model
  • .NET Environment
  • Configuration APIs
  • Dynamic Content Compression

Following is an example PowerShell script to add prerequisite server roles and features. The prerequisite server roles and features varies depending on the environment.

Install-WindowsFeature Web-Mgmt-Console, AS-NET-Framework, Web-Asp-Net, Web-Asp-Net45, Web-Default-Doc, Web-Dir-Browsing, Web-Http-Errors, Web-Static-Content, Web-Http-Logging, Web-Request-Monitor, Web-Stat-Compression, Web-Filtering, Web-Windows-Auth, NET-Framework-Core, WAS-Process-Model, WAS-NET-Environment, WAS-Config-APIs  
  
Install-WindowsFeature Web-App-Dev, NET-Framework-45-Features -IncludeAllSubFeature -Restart  

For more information about PowerShell command, see Install-WindowsFeature.

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 [!INCLUDEssMDSmdm] web application in [!INCLUDEssMDScfgmgr], you must specify an identity for the application pool that the application runs in. This account can be different from the service account that was specified when the [!INCLUDEssMDSshort] database was created.

This identity must be a domain user account, and it is added to the mds_exec database role in the [!INCLUDEssMDSshort] database for database access. For more information, see Database Logins, Users, and Roles. This account is also added to a [!INCLUDEssMDSshort] 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).

See Also

Install Master Data Services

Create a Master Data Manager Web Application (Master Data Services)
Web Configuration Page (Master Data Services Configuration Manager)