MES Web Portal component properties
- Last UpdatedAug 26, 2024
- 2 minute read
Update Feature Delegation Settings Property
-
MES.WebPortal.UpdateFeatureDelegationSettings
Specifies whether MES Web Portal delegate feature settings are retained in the MES Web Portal configuration file or updated in the applicationHost.config file.
Values are:
-
True: The Configurator will update the IIS applicationHost.config file with the proper MES Web Portal configuration settings, and remove those settings from the MES Web Portal web.config file. (The feature settings can only be included in one of these files, but not both. Otherwise, the MES Web Portal web site will not run.)
-
False: The Configurator does not update the IIS applicationHost.config file and leaves the conflicting feature settings in the web.config file.
The default value True is used if this property is not specified.
If the setting is False, the configuration finishes but, to allow the MES Web Portal web site to run, a web administrator must then either:
-
Change the setting for the conflicting feature delegations to Read/Write in IIS Manager, or
-
Edit the IIS applicationHost.config file manually to set the feature settings to the appropriate MES Web Portal values and remove those settings from the MES Web Portal web.config file.
For instructions about how to set feature delegations in IIS Manager and how to manually modify the applicationHost.config file, refer to the IIS Feature Delegation topics on the Microsoft TechNet web site.
-
Identity Manager Client Registration Properties
-
MES.WebPortal.AIMHost
The fully qualified domain name of the node on which the Identity Manager is running.
-
MES.WebPortal.AIMHttpsPort
The HTTPS port number for the Identity Manager.
A value for this property is required. The default entry is 443.
-
MES.WebPortal.ClientRegistrationUserName and MES.WebPortal.ClientRegistrationUserPassword
The user name and password of an admin account on the node on which the Identity Manager is running.
-
MES.WebPortal.ExistingCertificateName
The SSL certificate for MES Web Portal.
This entry is case-sensitive. The entry must match the capitalization of the actual certificate name.
-
MES.WebPortal.HttpsPort
The HTTPS port for MES Web Portal.
The default HTTPS port number 443 is used if this property is not specified
-
MES.WebPortal.OverwriteSslCertificate
A flag that indicates whether the SSL certificate should be overwritten for the HTTPS port number (true, the default) or not (false).