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

Posted by David Thibault on Stack Overflow See other posts from Stack Overflow or by David Thibault
Published on 2009-10-04T04:37:50Z Indexed on 2010/05/19 0:50 UTC
Read the original article Hit count: 221

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 probably hand-roll most of it but I was wondering if there was something already made to ease the process.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about windows-services