Creatio administration
This documentation is valid for Creatio version 7.16.0. We recommend using the newest version of Creatio documentation.

Deploying Creatio .NET Framework application on Windows

This guide covers all stages of Creatio on-site setup and deployment on Windows using IIS, including setup instructions for Creatio using IIS, additional Windows components, database deployment, modifying configuration files, setting up DB server connection parameters as well as website setup in IIS.

After installing the application, you will need to perform additional setup to ensure correct operation of all its components. You will need to do the following:

Note

If during login you receive the "Unable to load one or more of the requested types" error, make sure that you install the Microsoft Visual C++ 2010 SP1 Redistributable Package to the web-server (application server PC). You can download it on Microsoft site using the following link.

Install Creatio .NET Framework application on IIS

The following software components are required to install .NET Framework on Windows:

1.Database management system (DBMS). The following DBMS are supported:

MS SQL Server 2012 SP3 or higher. If all database server components use default settings, additional DBMS setup is not needed. To ensure correct operation of Creatio on MS SQL, install Database Engine.

Oracle Database 11g Release 2 or higher. To deploy Creatio database on Oracle, set up Oracle Data Access Components (ODAC) of version 11.

PostgreSQL 11. PostgreSQL setup files are available for download at postgresql.org.

2.64-bit Microsoft .Net Framework 4.7.2.

3.IIS 8.0 and up.

4.Redis Server 3.0 or 3.2.

5.To ensure correct compilation of the application, download and install .NET Core SDK 3.1.301 and .NET Framework SDK v 4.7.2.

Grant permissions to read, create and delete files and subfolders of the \Terrasoft.WebApp\Terrasoft.Configuration catalog to the user who runs the application pool in IIS.

Download 64-bit .NET Core SDK 3.1.301

Download 64-bit .NET Framework SDK v 4.7.2

The general procedure for Creatio application on-site deployment is as follows:

  • Install and/or enable required Windows components.

  • Install the latest Windows updates.

  • Install the Redis server.

  • Deploy the database.

  • Modify the ConnectionStrings.config file.

  • Create and set up application website using IIS.

Please note that the specifics of the deployment procedure may vary, depending on the chosen DBMS.

Note

MS SQL Server, Oracle Database and SVN server deployment procedures are covered in the documentation of these products.
The procedure for running PostgreSQL in Docker is covered in the Docker documentation.

Attention

It is not recommended to unpack any Creatio setup files using the built-in Windows archiver. Use 7-Zip, WinRAR or WinZIP instead.

Did you find this information useful?

How can we improve it?