Description: VC++ to write a small HTTP server source code, that is a WEB server function is not powerful, just a WEB server to complete the necessary core functions, as well as some settings to achieve, to show how to use the VC write HTTP service. The WEB server supports setting the site root directory, by default the document name, server port number, timeout settings, server status monitoring, time display to send and receive bytes, traffic, and number of active connections.
File list (Check if you may need any files):
WebServer\GenericServer.cpp
.........\GenericServer.h
.........\HTML\fnf.html
.........\....\mna.html
.........\HTTPServer.cpp
.........\HTTPServer.h
.........\Log.cpp
.........\Log.h
.........\MainFrm.cpp
.........\MainFrm.h
.........\ReadMe.txt
.........\res\WebServer.ico
.........\...\WebServer.rc2
.........\resource.h
.........\StdAfx.cpp
.........\StdAfx.h
.........\VC 驿站.txt
.........\WebServer.clw
.........\WebServer.cpp
.........\WebServer.dsp
.........\WebServer.dsw
.........\WebServer.h
.........\WebServer.rc
.........\WebServerDlg.cpp
.........\WebServerDlg.h
.........\HTML
.........\res
WebServer