Hello, I have c# web project i need to run in background in task scheduler or how i can switch my project to webservice
For further actions, you may consider blocking this person and/or reporting abuse
Hello, I have c# web project i need to run in background in task scheduler or how i can switch my project to webservice
For further actions, you may consider blocking this person and/or reporting abuse
Developer Service -
Rigby -
Hitesh Chauhan -
TimesofAsi -
Top comments (2)
There are many ways to do that, i suggest you to think first about the whole architecture of the system. Maybe you should create an independent application only for cron jobs, instead of just adding "cron code" in your current web application.
Eather way, i suggest you to take a look at hangfire.io/
yes hangfire is the best option