PreviousNext

Running ASP.NET Core application as Windows service

by bill-s, 2018-06-25T15:55:17.339Z

ASP.NET Core 2.1 introduces new application host for Windows services. We can now run ASP.NET Core applications as Windows services with minimal effort. This blog post introduces how it is done and how to build and run Windows services on ASP.NET Core without any need for dirty hacks.

Read More