Tagged Questions

3
votes
5answers
922 views

How to create a web interface for a windows service in .Net?

I'm looking for a way to host a web UI in a windows service so that I can configure and control it within a browser. I'd like a simple and lightweight solution, and I don't want to use IIS. I could ...