Can someone tell me how to create an HTTP server in C# under the .NET Framework?
I have to write my own HTTP server. I do not have IIS. I want a client to be able to access my created HTTP server, which will send a message on a webpage.
Since I am new to this stuff, some sample code and a clear explanation would be very much appreciated.