Setting Information
- Installation
- Pre-Requisites
Detailed Information
Our Portal is based on Microsoft IIS, so we need some IIS Features, to be available.
Make sure .NET Framework 3.5 Feature is enabled and installed

You can run this PowerShell Code to enable all required IIS Features.
Install-WindowsFeature -Name Web-Server,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Static-Content,Web-DAV-Publishing,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Performance,Web-Stat-Compression,Web-Security,Web-Filtering,Web-Basic-Auth,Web-Digest-Auth,Web-Url-Auth,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext,Web-Net-Ext45,Web-AppInit, Web-Asp-Net,Web-Asp-Net45,Web-CGI,Web-ISAPI-Ext,Web-ISAPI-Filter, Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Service
Something More
- Since Release 3.5, we provide a Setup file, which will take care of all Pre-Requisites