Thursday, March 15, 2018

Host An ASP.NET Core Application As A Windows Service

ASP.net core applications can be hosted using various way such as Hosted with IIS, Hosted with HTTP.sys Server, etc. This article is to about hosting ASP.net core application as Windows service. Windows services feature is available only with Windows platform. This is one of the way to host Asp.net core application on Windows platform without using IIS.

source https://www.c-sharpcorner.com/article/host-an-asp-net-core-application-as-a-windows-service/

No comments:

Post a Comment