Modify the application pool - Intergraph Smart 3D Web API - Installation & Upgrade - Hexagon PPM

Intergraph Smart 3D and Smart 3D Admin Web API Installation and Configuration

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Installation & Upgrade
Smart 3D Version
13

After you have created the web site and provided authorization provider information using the Configuration Utility for the web API, you must leave the utility to complete tasks using other tools, starting with modifying the application pool in IIS.

If you use Windows Authentication to access the configuration database, the identity used in the selected Application Pool must have access to the database where the configuration information is stored.

Change the identity of the application pool

  1. In Internet Information Services (IIS) Manager, select the Application Pools node.

  2. Right-click the application pool being used, and then select Advanced Settings.

  3. Select the Identity setting.

    The Application Pool Identity dialog displays.

  4. Select Custom account.

    The Set Credentials dialog displays.

  5. Enter the information for a user who has database access.

  6. Click OK to accept the changes.

Modify settings to increase response time

We recommend that you modify the IIS Application Pool settings for the API web server to increase response time.

  1. In the Internet Information Services (IIS) Manager, select the Application Pools node.

  2. Right-click the application pool, then select Advanced Settings.

  3. Set Start Mode to AlwaysRunning.

  4. Set Idle Time-out (minutes) to 0.

  5. Set Idle Time-out Action to Suspend.

  6. Click OK.

  7. Recycle the application pool.

  8. Keep IIS open and move on to the next step, granting Modify permissions to web server files.