Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to create a web server using CAsyncSocket in VC++(MFC)

how to create a web server using CAsyncSocket in VC++(MFC)

Scheduled Pinned Locked Moved C / C++ / MFC
c++sysadminhelptutorial
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tns_ranjith
    wrote on last edited by
    #1

    HI..how to create a web server using CAsyncSocket in VC++(MFC)..plz help ...

    M M 2 Replies Last reply
    0
    • T tns_ranjith

      HI..how to create a web server using CAsyncSocket in VC++(MFC)..plz help ...

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      tns_ranjith wrote:

      how to create a web server using CAsyncSocket in VC++(MFC)

      By implementing the HTTP protocol[^]. Mark

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      1 Reply Last reply
      0
      • T tns_ranjith

        HI..how to create a web server using CAsyncSocket in VC++(MFC)..plz help ...

        M Offline
        M Offline
        Moak
        wrote on last edited by
        #3

        Start with a HTTP 1.0, the protocol is quite simple to implement (compared to HTTP 1.1). http://ftp.ics.uci.edu/pub/ietf/http/rfc1945.html[^]

        My Webchat in Europe :java:

        M 1 Reply Last reply
        0
        • M Moak

          Start with a HTTP 1.0, the protocol is quite simple to implement (compared to HTTP 1.1). http://ftp.ics.uci.edu/pub/ietf/http/rfc1945.html[^]

          My Webchat in Europe :java:

          M Offline
          M Offline
          Mike ONeill
          wrote on last edited by
          #4

          Here is a very old (circa 1996) article that describes how to write an HTTP/1.0 server using MFC: "Write a Simple HTTP-based Server Using MFC and Windows Sockets" by Dave Cook, February 1996 issue of Microsoft Systems Journal, at http://www.microsoft.com/msj/archive/S25F.aspx[^]

          F 1 Reply Last reply
          0
          • M Mike ONeill

            Here is a very old (circa 1996) article that describes how to write an HTTP/1.0 server using MFC: "Write a Simple HTTP-based Server Using MFC and Windows Sockets" by Dave Cook, February 1996 issue of Microsoft Systems Journal, at http://www.microsoft.com/msj/archive/S25F.aspx[^]

            F Offline
            F Offline
            feiguohai
            wrote on last edited by
            #5

            123213

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups