Hi, I'm currently using the CSocketPlus control for sending simple POST requests into a PHP server, and I want to create a small HTTP server for serving pages and files on the client side.

Any suggestions on how to do this will be appreciated... I don't think I should use a WinSock control because CSocket is a replacement for it.