Closed Trapov closed 6 years ago
First of all thank you for the project, you saved me a lot of time.
Problem: I want to run my ASP.NET Core as a service, but examples are so big, they don't give an idea how to simple configure it and run.
So what i suggest is an IWebHost extension, that's just easy to set-up. Kinda an analogy to this:
https://github.com/aspnet/Hosting/blob/dev/src/Microsoft.AspNetCore.Hosting.WindowsServices/WebHostWindowsServiceExtensions.cs
Implemented by #58 and #59
First of all thank you for the project, you saved me a lot of time.
Problem: I want to run my ASP.NET Core as a service, but examples are so big, they don't give an idea how to simple configure it and run.
So what i suggest is an IWebHost extension, that's just easy to set-up. Kinda an analogy to this:
https://github.com/aspnet/Hosting/blob/dev/src/Microsoft.AspNetCore.Hosting.WindowsServices/WebHostWindowsServiceExtensions.cs