AMT Help Files
homeAMT AdminInstallation and ConfigurationAdding the Necessary Websites to the IIS

Adding the Necessary Websites to the IIS

This page will guide you through adding the required web applications to the IIS Manager. The following applications need to be added:

There are two ways to add these required web applications to IIS Manager.

  1. Automated (recommended) — using the Setup program explained on this page.
  2. Manually — adding the applications in IIS Manager (see Adding the Websites Manually).

Automatically Adding Web Applications

Follow these steps to automatically add the web applications to the IIS Manager:

  1. Navigate to the following directory: ..\<AMT_Environment>\Setup.
  2. Start Setup.exe.
    Administrator Rights
    If using Windows 10 or newer, it is necessary to run Setup.exe with Administrator rights.
  3. In the AMT Setup program, navigate to File → Settings. The following window appears:
    AMT Setup settings window for adding web applications
    These settings are used for two tasks: 1. Add AMT web applications to IIS Manager. 2. Update the appsettings.json files for AMT web applications.
  4. Configure the following settings:
    1. Web site root: The website in IIS to which the web applications will be added to. The drop-down menu displays all websites currently available.
    2. Virtual folder: Name the virtual folder that will be created under the website root. This virtual folder will contain the web applications.
    3. Root URL: The network address of the IIS server. Enter the complete address of the fully qualified domain name prefixed with "https" if using HTTPS. For example: https://amt.example.com or https://amtweb.contoso.local/.
    4. Https: If enabled, the appsettings.json files will be configured to use the HTTPS protocol. This is recommended for production environments for security reasons.
      Enabling HTTPS
      Enabling HTTPS, as well as setting the correct bindings and adding a valid certificate for the IIS website must be performed manually.

      Description of unused settings:

      • Use single application pool: We strongly recommend using multiple separate application pools for each web application. This option should no longer be used.
      • Configure applications: If enabled, the selected applications in the list below will be configured in the IIS Manager. This only works in development environments where prodinstall.exe is not used. This setting is not applicable at this point of the installation process.
  5. Select Yes to continue. The following prompt appears, confirming if the configuration files should be configured:
    Prompt to configure AMT web application files
  6. Select Yes to continue. The following prompt appears, asking if the IIS environment should also be configured:
    Prompt to configure IIS environment
  7. Select Yes to continue. IIS will be configured, and all application pools will be created for the web applications.
    AMT Setup progress while configuring IIS and application pools
  8. The web applications have now been added to the IIS Manager. Select OK to close setup.
    Configured AMT web applications in IIS Manager

Configuring Authentication

The authentication method needs to be set for web applications after they are added to IIS Manager. Set up authentication for Control Center and Application Center by selecting the method below and following the instructions on that page.

There is only one possible method to access the Control Center and Application Center.

Contents

 Go to top