Skip to main content
Version: 8.1All Creatio products

Set up Creatio application server on IIS

Setting up Creatio application server (web server) on IIS involves setting up application website in IIS and adding an application pool.

Add an application pool

To add an application pool:

  1. Go to the Application Pools section in the Connections area of the IIS control window.

  2. Select the Creatio pool.

  3. Select the Integrated mode in the Managed pipeline mode field.

  4. Fill out the .NET CLR version field:

    Fig. 1 Window for Applications Pool parameters
    Fig. 1 Window for Applications Pool parameters
    • Specify “.NET CLR Version v.4.0.30319” for .NET Framework.
    • Specify “No Managed Code” for .NET 6.
  5. Go to the ISAPI and CGI Restrictions on the web server level (Fig. 2) and check if the specified ASP.NET version is allowed.

    Fig. 2 ISAPI and CGI Restrictions menu
    Fig. 2 ISAPI and CGI Restrictions menu
  6. Make sure that the Allowed status is set in the Restriction field for the ASP.NET version (Fig. 3).

    Fig. 3 Status of the ASP.NET version
    Fig. 3 Status of the ASP.NET version
  7. Open the Handler Mappings on the server level and make sure that all the required permissions are active (Fig. 4).

    Fig. 4 Handler Mappings menu
    Fig. 4 Handler Mappings menu
  8. Click Edit Feature Permissions in the Actions area.

  9. Make sure that all the required checkboxes are selected in the Edit Feature Permissions window (Fig. 5).

    Fig. 5 Edit Feature Permissions window
    Fig. 5 Edit Feature Permissions window
  10. Make sure that MIME-type for .svg and .json files is configured in the new application. This configuration can be performed both on the server (in this case, all applications on this server inherit it) and application level. To check the configuration:

    1. Go to MIME Types on the server or application level (Fig. 6).

      Fig. 6 MIME Types menu
      Fig. 6 MIME Types menu
    2. Make sure that configuration for .svg and .json files is available. If the configuration is available, go to step 12.

  11. If the configuration is not available, click Add... in the Actions area. This opens a new window. Specify .svg and MIME type of data that corresponds to this extension (Fig. 7) in the window. Repeat the step for .json extension (“application/json” MIME type).

Fig. 7 MIME data type for .svg files
Fig. 7 MIME data type for .svg files
  1. Restart the website using the Restart command in the Manage Website area (Fig. 8).
Fig. 8 Restart command in the Manage Websites area
Fig. 8 Restart command in the Manage Websites area
  1. Open the site by going to the address or using the Browse command (Fig. 9). Make sure that the Creatio login page is displayed.
Fig. 9 Browse command in the Actions area
Fig. 9 Browse command in the Actions area
note

To log in to a newly deployed application, use the default Supervisor user account. Login: Supervisor; Password: Supervisor. We highly recommend changing the Supervisor password immediately.

:::

  1. To enable additional UI language:

  2. Go to the Languages section in the system designer.

  3. Select the needed language and click Open. This opens a page.

  4. Select the Active and Use by default checkboxes. Save the changes.

    To enable a language, the user who has run the IIS application pool needs to have access permissions to read, edit and delete application files and content subordinate catalogs (catalog .\Terrasoft.WebApp\conf).

  5. Click System settings in the System Designer and change the Order of first/last names system setting value to “Last name, First name Middle name.” This is required to correctly display contact names in individual columns: Last name, First name, Middle name.

Set up application website in IIS

To create and set up a website:

  1. Go to the IIS control window, right-click the Sites folder, and select the Add Website option from the context menu (Fig. 10).

Fig. 10 The Add website option
Fig. 10 The Add website option
  1. Specify the name of the website, the path to the root folder that contains Creatio files, IP address and website port (Fig. 11). The default website path is C:\INETpub\wwwroot. If needed, specify your own IP address.

Fig. 11 New website parameters window
Fig. 11 New website parameters window
For .NET Framework only

Right-click the created website in the Connections area and select the Add Application option (Fig. 12).

Fig. 12 Add Application option
Fig. 12 Add Application option
  1. Enter the “0” application name in the Alias field. Specify the “Terrasoft.WEBApp” directory (Fig. 13).

Fig. 13 Application parameter selection window
Fig. 13 Application parameter selection window

See also

Set up websockets

Switching from HTTP to HTTPS

Additional setup

Creatio setup FAQ

System requirements calculator