Inhaltsverzeichnis
1.2 Deployment
Installation of the Data Gateway.
Self-Contained (recommended)
No .NET installation required.
# 1. Extract archive unzip WvdS.DataGateway-win-x64.zip -d %SERVICES_ROOT%\DataGateway # 2. Adjust configuration notepad %SERVICES_ROOT%\DataGateway\appsettings.json
See Configuration for details.
# 3. Start %SERVICES_ROOT%\DataGateway\WvdS.WebAPI.Data.Gateway.Api.exe
As Windows Service
# Register service sc create "WvdS.DataGateway" binPath="%SERVICES_ROOT%\DataGateway\WvdS.WebAPI.Data.Gateway.Api.exe" # Auto-start sc config "WvdS.DataGateway" start=auto # Start sc start "WvdS.DataGateway"
In IIS
- Create Application Pool (.NET CLR: No Managed Code)
- Create website
- Physical path to deployment folder
web.configis already included
With PQ Security
Zuletzt geändert: on 2026/01/29 at 11:19 PM