Create Web Site Dialog Box (Master Data Services Configuration Manager)

Use the Create Web Site dialog box to create a new Web site on the local computer. When you create a Web site in Master Data Services Configuration Manager, the site is added to Internet Information Services (IIS) on the local computer with a root application that is configured as the Master Data Manager Web application. A new application pool is also created and the Web application is placed in that application pool.

Web Site

Control Name

Description

Web site name

Type a name for the Web site or use the default name. This name is a friendly name that is used only to identify the site in IIS. It is not used to access the site from a Web browser.

The name must be unique among all the sites in IIS on the local computer.

Protocol

Displays http. Use hypertext transfer protocol (HTTP) when you do not require client and server communication to take place over an encrypted channel.

NoteNote
You cannot create an HTTPS site in Master Data Services Configuration Manager. HTTPS is the HTTP protocol using Secure Sockets Layer (SSL), and it is useful when exchanging confidential or personal data, or when you want users to confirm the identity of the server before transmitting personal information. If you require information to be transferred between the server and a client over an encrypted channel, you must use an IIS tool, such as IIS Manager, to configure the site with an HTTPS binding and to associate the Web site binding with a server certificate; this is required before you can successfully open the Web site in a Web browser. For more information about server certificates, see Configuring Server Certificates in IIS 7 on Microsoft TechNet.

IP address

Select an IP address that users can use to access the site. By default, All Unassigned is selected. Unless you have a reason to use a specific IPv4 or IPv6 address, use the default value.

With All Unassigned, this site responds to requests for all IP addresses on the port and optional host name that you specify. If another site on the server has a binding on the same port but with a specific IP address, that site receives HTTP requests to that port and specific IP address, and the site with the All Unassigned IP address receives all other HTTP requests to that port and the other IP addresses.

Port

Type the port for requests made to this Web site. If you select the HTTP protocol, the default port is 80. If you specify a port different from the default ports, clients must specify the port number in order to connect to the Web site.

NoteNote
The Default Web Site in IIS is configured to use the HTTP protocol on port 80 with all unassigned IP addresses. If you attempt to create the Web site in Master Data Services Configuration Manager with the default binding information, you receive an error that a duplicate binding exists. You must either change the binding information for the site in Master Data Services Configuration Manager, or change the binding information for the Default Web Site by using an IIS tool, such as IIS Manager. Alternately, you can specify a host header to enable IIS to uniquely identify the Web site. Make sure that you configure your firewall to accept traffic over the port you specify.

Host header

Optional value. Type a host header name. Use this when you want to assign a host name, also known as a domain name, to a computer that uses a single IP address or port. When you specify a host name, clients must use that name instead of the IP address to access the Web site. When you configure a host name, you cannot open the site in a Web browser until your DNS server has an entry for that host name.

For example, if you want users to access your site at https://www.contoso.com/, you must specify www.contoso.com as the host name and the DNS server must have an entry for it.

If your Web site is available on an intranet, you do not have to specify a host name if users type the server name in a browser, for example, http://server_name. However, if the DNS server in your environment is configured to store other names for this Web server, you can create a separate binding for each host name so that users can use the other names stored by the DNS server. If you must configure more than one host name for your site, use an IIS tool, such as IIS Manager to add additional site bindings.

Application Pool

Control Name

Description

Name

Type a unique, friendly name for a new application pool, or use the default name that is provided. The root Web application for this Web site runs in this application pool.

Application pools provide boundaries that prevent applications in one application pool from affecting applications in another application pool.

User name

Type a domain and user name from Active Directory. This account is the identity of the application pool that the Web application runs in. This account should be the same account specified as the service account when the Master Data Services database was created.

This account 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). It 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).

Password

Type the password for the specified user account.

Confirm password

Retype the password for the specified user account. The Password and Confirm password fields must contain the same password.