Skip to main content

Bizagi Server Configuration: IIS Setup

Overview

Bizagi Studio requires a web server for executing processes, and Microsoft Internet Information Services (IIS) is supported for running processes on the .NET platform.

Supported IIS Versions

The following IIS versions are supported for use with Bizagi:

IIS VersionSupported OS
10Windows 10, Windows Server 2016, Windows Server 2019
8.5Windows Server 2012 R2, Windows 8.1
8.0Windows 8

Required IIS Configuration

To configure IIS for Bizagi, ensure IIS is enabled on your Windows operating system and activate the following IIS features:

IIS Feature GroupIIS FeatureApplies For
Web Management ToolsIIS 6 Metabase compatibilityIIS versions 8 or above
IIS Metabase and IIS 6 configuration compatibilityIIS versions 8 or above
IIS Management ConsoleIIS versions 8 or above
World Wide Web Services.NET ExtensibilityIIS versions 8
.NET Extensibility 4.5 or aboveIIS versions 8 or above
ASP.NETIIS versions 8
ASP.NET 4.5 or aboveIIS versions 8 or above
Common HTTP FeaturesStatic ContentIIS versions 8 or above
Performance FeaturesStatic Content CompressionIIS versions 8 or above
Dynamic Content CompressionIIS versions 8 or above
SecurityBasic AuthenticationIIS versions 8 or above, recommended for SOA web services
Windows AuthenticationIIS versions 8 or above, when using Windows authentication
IP and Domain RestrictionsIIS versions 8 or above, recommended for SOA web services

IIS Configuration for Bizagi Projects

Bizagi automatically creates projects on the IIS Default Web site. Before creating a Bizagi project, ensure this IIS site exists and is started (you can later choose not to use this site).


Verifying IIS Configuration

Follow the steps outlined for your specific Windows operating system to verify IIS configuration for Bizagi. Supported versions include:


Important Notes

  1. ASP.NET Registration: If IIS was installed after Bizagi or the .NET Framework, you may need to register the ASP.NET framework in IIS. This can be done using the aspnet_regiis -i command from the framework's directory (typically C:\Windows\Microsoft.NET\Framework\[version]\).

  2. Service Reinstallation: If IIS was installed after Bizagi’s Server Operations Service, you may need to reinstall the service or run these commands: %systemroot%\system32\inetsrv\APPCMD unlock config -section:system.webServer/httpCompression %systemroot%\system32\inetsrv\APPCMD unlock config -section:system.webServer/serverRuntime

  3. Default Web Site: Ensure the Default Web site is present in IIS, as Bizagi will create the Work Portal for your projects in this site.