This sample shows how to host an ASP.NET Core app using Minimal API as a Windows Service without using IIS. This sample demonstrates the scenario described in Host ASP.NET Core in a Windows Service.
After establishing and starting the service, access the app in a browser at http://localhost:5248
.