Internet Information Services (IIS) is a flexible, secure and manageable Web Server for hosting web apps. This guide will lead you through the installation and configuration process.
Please ensure that all Installation requirements are met.
IIS configuration
Configure IIS for Windows Server operatings systems or Windows desktop operating systems. Please refer to the Microsoft documentation for this task.
- You may skip the section on configuring Windows Authentication
- Please enable the WebSockets Protocol feature
Set or create the following entry in the registry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters] "UrlSegmentMaxLength"=dword:00000400
You may want to use the following PowerShell script to perform the installation of the IIS feature.
Install .NET Core Hosting Bundle
The corresponding runtime must be available on the host system. Download the current hosting bundle of ASP.NET Core Runtime 6.0 on this page.
For more information, see Microsoft documentation.
Create the IIS site
Extract the package that was provided to you upon deployment to a folder of your choice.
Create a site on the IIS Server by following this guide. Use the previous chosen folder as the Physical path of the application.
Open the Advanced Settings and set Behavior > Limits > Maximum Url Segments to 32.
Tax Balance works exclusively with HTTPS. Create a valid HTTPS binding with a matching certificate.