Self Host ASP.NET Web Api as a Windows Service
In my previous blog I demonstrated how to Self Host ASP.NET Web API, which was a very basic console application leveraging Owin and Katana. The next step in this series is how to turn your console application into a Windows service. If you have any questions, please follow me on Twitter. Video If you prefer a video tutorial, here is one I published to YouTube outlining a similar example as on this post. https://www.youtube.com/watch?v=FUa8RzWpJI0Video can’t be loaded because JavaScript is disabled: Creating a Windows Service with Topshelf (https://www.youtube.com/watch?v=FUa8RzWpJI0) Windows Service Template The typical way to create a Windows Service is by using… Read More »Self Host ASP.NET Web Api as a Windows Service