Running in Internet Information Server (IIS)ΒΆ

Both applications can also be hosted on a web server (e.g., IIS on Windows systems).

First, an Application Pool must be created for each application.

../_images/run-iis01.png

For .NET CLR Version, select No Managed Code and for Managed Pipeline Mode choose Integrated.

In the next step, create a new application on the desired website (here Default Web Site) (Right-click: Add Application...):

../_images/run-iis02.png

Here, a name, the Application Pool, and the directory where the application was installed must be specified.

The gView.Server application can be created in the same manner:

../_images/run-iis03.png

The applications can be accessed at http(s)://{host}/gview-web or http(s)://{host}/gview-server:

../_images/run-iis04.png

Note

If IIS applications do not start, it may be due to the .NET Core Hosting Bundle not being installed. If it is missing, dotnet-hosting-8.0.x-win.exe must be downloaded and installed from the dotnet download page.