Vikas Singh

Vikas Singh

  • 1k
  • 391
  • 13.5k

how to access hangfire recurring job from cmd which is set up in iis

Mar 21 2022 7:21 PM

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.

 


Answers (1)