I am closely following the HangFire solution from: https://github.com/HangfireIO/Hangfire.Samples/blob/master/Hangfire.WindowsServiceApplication/Program.cs
The solution starts up the HangFire dashboard as a self hosting web site.
I need it integrated with IIS, so the dashboard is accessible outside the server. I don't want to always log into the server, open a browser, and go to local host and some port number. Help me!!!!