Using Hangfire on development server?

I am glad that hang fire as made our job easy in usage of back ground job(s) execution.

My application will not run always, i need to know the way how i can configure hang fire on development server where hang fire server will be running all the time irrespective of my application.

Any possibility on IIS / any other way?

Thanks in advance
Anoop

Your application is windows application or web application? For my web application(asp.net), I only need to install the hangfire module and set up the database and specify time span on startup. However I am not sure if this is possible with windows application.