Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Server

Status
Not open for further replies.

cyprus106

Programmer
Joined
Apr 30, 2001
Messages
654
I need to make a web server ( It should read from a DLL and reply to the requests that a client that connects to it sends it. My question is how do I make that DLL? Could I do it in C++?
an example of a command sent by the client: GetServerName
in which the server would reply: "server.company.com" and send it back. Could I have a DLL (or better yet, an executable) that runs of of a website and takes and gives commands like that? if so, how? I know a DLL can run off of a website, but I don't know how, or how the commands can go through. Is there any doccumantation on this subject or any related subjects? Cyprus
 
Greetinx!

You may see the C++Builder's help topic named 'Creating Internet server applications' which describes how to develope ISAPI application.
Happy programming!))
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top