Open Source .NET embedded web/http server
Posted
by Daniel Mošmondor
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Mošmondor
Published on 2010-04-23T21:42:12Z
Indexed on
2010/04/23
21:53 UTC
Read the original article
Hit count: 166
c#
|http-server
I am working on a project where I need to embed a web server into my C# application so the application could display it's status via HTTP. I suppose I'll want to configure it through the http also.
I am looking for an open-source library written in C# and with a licensing scheme that will allow me to link it into my existing closed source code (LGPL). Any suggestions of specific products or where to look first?
It would be great if that product could have some kind of scripting, at least templates. All html output would go from the application, only resources would be stored on the disk (images, icons, ...)
EDIT:
I would like it to run under .NET 2.0, however.
© Stack Overflow or respective owner