Questions tagged [hangfire-sql]
63 questions
0
votes
1 answer
Hangfire Database in Development Mode
I am using Hangfirein my ASP.NET Core application. It is still in development, now Every time I run the app I want Hangfire to delete the old Database and create a new Database for each run.
Currently when I Run the application the Hangfire…

Makhele Sabata
- 582
- 6
- 16
0
votes
0 answers
Format of the initialization string does not conform to specification starting at index 0 on services.AddHangfire
I am trying to integrate hangfire into my application with the help of the documentation on their site however, I am getting this error when trying to run the application
System.ArgumentException: 'Format of the initialization string does not…

Lulutho Mgwali
- 823
- 1
- 11
- 33
-1
votes
1 answer
Hangfire - .net core web api - IIS Implementation Error
I got an error hangfire implementation when I try to publish the web api on web server IIS. (WServer 2012) It was work on locally when I start on my computer host on IIS express. It was working well, I see my jobs on dashboard. I use the same…

isoguzay
- 21
- 6