I’m trying to publish a dashboard to a Windows Server 2016 build 1607. I have installed the required .NET Framework v4.7.2 and enabled WebSockets. However I am getting a 500 error when I tried to navigate to the server from a workstation. On the Server when I navigate to http://localhost I get a 500.19 error. I did use Enable-UDLogging and dont see any errors.
I thought I had the correct .Net Core installed. It looks like the link from the gitbooks are not correct. I installed .Net Core 2.2 and it started working.