Create a Web App
How to create a Web App in order for Syncly to be installed under
- Create an SSL certificate e.g. syncly.your-domain.com (this can also be a wildcard or SAN certificate for multiple instances of Syncly)
- Create a DNS entry for syncly.your-domain.com to the IP address of internal server
- On your app server, install a web server role - this can be all the default options + application development/ASP.NET 4.7

- Install your SSL certificate within IIS & ensure it is available for https site bindings

- Download and install the ASP.NET Core Runtime hosting bundle (https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer)