请教基本方法,参考资料。原代码最好。
高分赠送!!!

解决方案 »

  1.   

    没有做过,参考WinInet API。
      

  2.   

    http://www.codeproject.com/useritems/mhttpsrv.asp
    Multithread server class with example of HTTP server
      

  3.   

    Webserver is a huge package.
    If you just want to realize some basic accesses,
    use Socket or WinInet.
      

  4.   

    httpsvr sample in MSDN Demonstrates World Wide Web HTTP Server
    http://www.codeproject.com/internet/w3mfc.asp
    W3Mfc v1.11
    http://www.codeproject.com/internet/socketserver.asp
    STL WebServer
      

  5.   

    用Visual Studio 7.0 来开发,很快的,详细介绍见vs.net帮助