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 Version | Supported OS |
---|---|
10 | Windows 10, Windows Server 2016, Windows Server 2019 |
8.5 | Windows Server 2012 R2, Windows 8.1 |
8.0 | Windows 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 Group | IIS Feature | Applies For |
---|---|---|
Web Management Tools | IIS 6 Metabase compatibility | IIS versions 8 or above |
IIS Metabase and IIS 6 configuration compatibility | IIS versions 8 or above | |
IIS Management Console | IIS versions 8 or above | |
World Wide Web Services | .NET Extensibility | IIS versions 8 |
.NET Extensibility 4.5 or above | IIS versions 8 or above | |
ASP.NET | IIS versions 8 | |
ASP.NET 4.5 or above | IIS versions 8 or above | |
Common HTTP Features | Static Content | IIS versions 8 or above |
Performance Features | Static Content Compression | IIS versions 8 or above |
Dynamic Content Compression | IIS versions 8 or above | |
Security | Basic Authentication | IIS versions 8 or above, recommended for SOA web services |
Windows Authentication | IIS versions 8 or above, when using Windows authentication | |
IP and Domain Restrictions | IIS 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
-
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 (typicallyC:\Windows\Microsoft.NET\Framework\[version]\
). -
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
-
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.