Here i am using a hangfire service in asp.net core 3.1. And I create recurring job and I am not using hangfire dashboard and aslo not using a connection i am using a memorystorage instad of sqlserver connection string. and i tested this application it is running successfully.
But the point is that when i am set up it on iis and trying it access from cmd it is not running automatically.
so what can i do in that case i want run it from cmd (using iis location path) without running the project.
In iis location i map a published code and trying to access from cmd.