Click here to Skip to main content
15,891,670 members

Comments by DrJaymz (Top 2 by date)

DrJaymz 2-Jan-14 3:41am View    
I didn't find that solution any use really. However, it did refer to another article. http://www.codeproject.com/Articles/25050/Embedded-NET-HTTP-Server

This was better, almost what I wanted, however, it was only really a piece of middleware that needed a lot of work to get even the demo working. The functions were inconsistent and contained some bugs that I'm not sure I could get around including some race conditions. So I asked if the author would provide an example in context. He agreed this would be useful.
DrJaymz 24-Dec-13 4:50am View    
I looked at Cassini, Nancy, Neokernel, Implementing it myself using HTTP requests stuff built in to the framework.
Looking for a lightweight and simple way to self-host a website within a process such that a user from another machine can log in, update configuration save and view statuses.

As I said, I really wanted to avoid reinventing the wheel and thought some such thing must already exist, but I must be googling the wrong thing as I haven't found anything suitable.