Need Hangfire Dashboard IIS Integrated from Console App

天大地大妈咪最大 提交于 2019-12-14 02:27:20

问题


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!!!!


回答1:


A coworker found the answer. They used the following website help: http://docs.hangfire.io/en/latest/configuration/using-dashboard.html

Steps followed:



来源:https://stackoverflow.com/questions/40387782/need-hangfire-dashboard-iis-integrated-from-console-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!