Open Dashboard in mvc Based Project

Continuing the discussion from How can I open hangfire Dashboard in MVC based Project Using URL?:

I have done Using
config.UseDashboardPath(VirtualPathUtility.ToAbsolute(“~/BackgroundJobs”));
and call the http://www.myapplication.com/BackgroundJobs. so Open the Hangfire Dashboard in my application.

Thanks for the information. Just interesting whether VirtualPathUtility.ToAbsolute is necessary for your setup?

Hi, That I don’t Know virtualpathUtility.ToAbsolute is necessary or not , I found this solution here one of the discussion and I have try this, is working fine for me , so I have suggest to other.