>> Deploy

Use IIS to host FlowCore 2.0 on Windows Server

Hosting with IIS is suitable for Windows Server 2022, 2019, 2016.
(1) Install the web server IIS.
Open the Windows Server <Server Manager>, click <Dashboard>, and then click <Add roles and features>.
On the <Server Role page>, select the <WEB Server (IIS)>, and then click <Next>.
Click <Next> until you have accepted all the default Web server settings, and then click <install>.
Verify that all installations are successful and the installation is complete.

(2) Install ASP.NET Core 6.0 Runtime - Hosting Bundle
Microsoft official website: download the latest version of ASP.NET Core 6.0
Download and install <ASP.NET Core 6.0 Runtime - Hosting Bundle>, which includes .NET runtime and IIS support.


(3) Use IIS to host FlowCore 2.0
FlowCore 2.0 is launched from the directory structure <runroot>, which contains the ASP.NET Core application files, dependencies, and runtime configuration files.
3.1 Open IIS Manager and create a new website with the physical path pointing to <runroot>.
runroot

3.2 Locate and modify the application pool associated with the Web site and configure the application pool.
3.2.1 <Basic Settings> of <.NET CLR version> is set to <No Managed Code>.

3.2.2 Set the <Load User Profile> of <Advanced Settings> is True.

3.3 Bind the domain name and port of the website.


3.4 Log in to FlowCore!
Initial administrator: username admin, password is empty.



© 2023 PaiCore LLC. or its affiliates. All rights reserved.