:) Glad that we got it to work.
Tehnically you don't need these two lines
Tehnically you don't need these two lines
GlobalConfiguration.Configuration.UseCompositeC1Storage();
app.UseHangfireDashboard();
CompositeC1Storage is being used by this line config.JobStorage = new CompositeC1Storage();
and UseHangfireDashboard is called by UseCompositeC1ContribScheduledTasks, making sure that you can only see it when you're logged into to the console by adding a AuthorizationFilter https://bitbucket.org/burningice/compositec1contrib/src/c822c4e7730e8044f73bb877cbc76183a7376e43/ScheduledTasks/OwinExtensions.cs?at=default&fileviewer=file-view-default#OwinExtensions.cs-38