Introduction - If you have any usage issues, please Google them yourself
HttpSvr is an MFC sample web server application. It operates as a
single-document interface application, configured with an HttpSvr
Configuration file (.HSC). You create HSC files by selecting "Save"
from the "Server" menu. The application registers the HSC files with
the system so that double-clicking on an HSC file will start HttpSvr.
Multiple instances of HttpSvr can be running at any time, but only
one can be listening on any particular port (80 being the default).