ASP.NET Core - How to Shutdown / Restart a Web Application programmatically How to shutdown and restart a ASP.NET Core Web Application programmatically and remotely trigger it with a HTTP request
Being able to restart an ASP.NET Core web application programmatically can be very useful, expecially if you've published it on a Linux host - which is what I almost always …
ASP.NET Core - How to Shutdown / Restart a Web Application programmatically How to shutdown and restart a ASP.NET Core Web Application programmatically and remotely trigger it with a HTTP request Read More