How to auto start and keep an ASP.NET core web application running on IIS

I have an ASP.NET core web application which hosts a background task via the IHosedService interface. I wrote about it in this post, if you want more info. The task needs to run continuously to poll for messages on an azure queue storage every 5 seconds. I have learned the default settings on IIS do … Continue reading How to auto start and keep an ASP.NET core web application running on IIS