Can a Winforms/WPF app act as HTTP server?

Posted by user46703 on Stack Overflow See other posts from Stack Overflow or by user46703
Published on 2010-03-13T19:58:08Z Indexed on 2010/03/13 20:15 UTC
Read the original article Hit count: 549

Filed under:
|
|

Hi, I have a desktop written with Winforms. Now I have requests that people want to access the data from other machines. First I thought about a regular Client/Server app but now I think best would be if the app could act as HTTP server and send HTML to connected browsers.

Does anybody know if there is a library available to add HTTP server functionality to an app? Ideally it would be able to serve ASP.NET content.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about http