Hi all,
I am running a windows service for Continuously executing asp.net core web apis by calling an Api.
If anyone stopped IIS application folder, my service is not running.
How to handle this and how to do setting from stopping iis folder?
Hi all,
I am running a windows service for Continuously executing asp.net core web apis by calling an Api.
If anyone stopped IIS application folder, my service is not running.
How to handle this and how to do setting from stopping iis folder?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Jan 23, 2023, 12:05 PM
Hello,
You can create a window service. please check my below article on how to make a window service.
https://www.c-sharpcorner.com/article/create-window-service-in-net-core/
Thanks