...
The installation package for Connect Server contains four different builds for Windows:
Build | Target platform | .NET Framework |
---|---|---|
portable | Platform-independent | .NET 6 incl. ASP.NET Core must be installed separately |
windows-arm | Windows on ARM processors | Included in the package |
windows-x64 | Windows on x64 processors | Included in the package |
window-x86 | Windows on x86 processors | Included in the package |
Notes on the platform-independent version
The platform independent build "portable" requires the prior installation of .NET 6 7 incl. ASP.NET Core. The current version is provided by Microsoft at the following link:
...
The Connect Server is delivered with a ready-to-run configuration. The integrated web server listens on port 80 after startup and responds to HTTP requests. For more information about customizing the configuration, please refer to chapter Configuration (Connect 20222023).
Starting the Connect Server (as a console application)
...