AMT Help Files

Adding REST API Application Pools

You can add application pools in IIS Manager for web applications. An application pool groups one or more web applications and separates them from other applications.

Note
We advise creating a separate application pool for each REST API.

An application in one pool cannot affect another application in a different pool. This is especially useful when an issue affects one application, because it helps prevent impact on other applications in different pools.

To view all existing application pools, in IIS Manager, select Application Pools for the IIS server in the left pane.

List of application pools in IIS Manager

Application Pools

In IIS Manager, select Application Pools in the left pane and then select Add Application Pool... in the right pane (or right-click Application Pools and select Add Application Pool... to achieve the same).

Application Pools section in IIS Manager

From here, you can add the required application pool for your REST API.

Create Application Pool dialog in IIS Manager

Description for each option:

Several settings for application pools in the AMT environment must be changed. To access these application pool settings, click on the application pool you want to change and select Advanced Settings.... The window shown in the following image will then appear:

Advanced Settings window for an IIS application pool

Check the following settings in this menu and change them when necessary.

  1. The Identity to be used for the application pool should ideally be set to an account that has access to the Application REST API directory.
  2. Set the Idle-Timeout Action to Suspend.
  3. All settings in the section Generate Recycle Event Log Entry should be set to True for debugging.

Contents