Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 5.26 KB

File metadata and controls

81 lines (51 loc) · 5.26 KB
title Create a Master Data Manager Web Application (Master Data Services) | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
setup-install
ms.tgt_pltfrm
ms.topic article
ms.assetid 241d46d7-8008-47f6-bebd-0dfff1cc856a
caps.latest.revision 8
author sabotta
ms.author carlasab
manager jhubbard

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

The [!INCLUDEssMDSmdm] web application provides an interface for users to work with master data and for administrators to configure and administer MDS.

A web application must always be contained by a website. To create a web application, you must either:

  • Use the Default website and then create the web application,

  • Use an existing website and then create the web application, or

  • Create a new website, which automatically creates a web application.

After you create the web application, you associate it with the [!INCLUDEssMDSshort] database.

Prerequisites

To create a Master Data Manager web application in a new website

When you create a new website, the root web application is the [!INCLUDEssMDSmdm] web application. The web application is also added to a new application pool.

Note

If you follow this procedure, you cannot specify a virtual path and alias of the [!INCLUDEssMDSmdm] web application. If you want to specify a virtual path and alias for [!INCLUDEssMDSmdm], you must create a web application in an existing website that is not already configured as a [!INCLUDEssMDSmdm] web application.

Additionally, [!INCLUDEssMDScfgmgr] supports creating sites with HTTP bindings only. To add an HTTPS binding, create a new site and application in [!INCLUDEssMDScfgmgr] and then see Secure a Master Data Manager Web Application for more information.

To create a Master Data Manager web application in a new website

  1. Open [!INCLUDEssMDScfgmgr].

  2. In the left pane, click Web Configuration.

  3. On the Web Configuration page, in the Website list, select Create new website.

  4. On the Create Website dialog box, specify information for a new website. For more information about the user interface (UI) options in the dialog box, see Create Website Dialog Box (Master Data Services Configuration Manager).

  5. Click OK.

To create a Master Data Manager web application in an existing website

When you create a web application in an existing website, you can choose the virtual path and alias of the web application. The web application is added to a new application pool.

To create a Master Data Manager web application in an existing website

  1. Open [!INCLUDEssMDScfgmgr].

  2. In the left pane, click Web Configuration.

  3. On the Web Configuration page, from the Website list, select the website in which you want to create the [!INCLUDEssMDSmdm] web application.

  4. Click Create Application.

  5. On the Create Web Application dialog box, specify information for a new web application. For more information about the user interface (UI) options in the dialog box, see Create Web Application Dialog Box (Master Data Services Configuration Manager).

  6. Click OK.

Next Steps

See Also

Install Master Data Services