In this post, we are going to discuss how to host ASP.NET Core app using HTTP.Sys aka web-listener. HTTP.sys is useful for deployments where you need to expose the server directly to the Internet without using IIS.
Continue reading “Hosting ASP.NET Core App using Http.Sys (Web-listener)” »