Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 5.36 KB

create-a-master-data-manager-web-application-master-data-services.md

File metadata and controls

77 lines (45 loc) · 5.36 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Create master data manager web application
The Master Data Manager web application provides an interface for users to work with master data and for administrators to configure and administer MDS.
CordeliaGrey
jiwang6
12/13/2019
sql
master-data-services
conceptual

Create a master data manager web application (Master Data Services)

[!INCLUDE SQL Server Windows Only - ASDBMI]

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

  • Associate the web application with a [!INCLUDEssMDSshort] database. For more information, see Associate a Master Data Services Database and Web Application.

  • Optionally, configure the website that hosts the [!INCLUDEssMDSmdm] web application to use an HTTPS binding if you want to encrypt content by using Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL). You must use an Internet Information Services (IIS) tool, such as IIS Manager, to configure the server certificate for the web server, and to configure an HTTPS binding and the TLS settings for the site. For more information, see Secure a Master Data Manager Web Application.

See Also

Install Master Data Services