Hello poeple!
i'm doing a project and i need some suggestions;
the project is about this:
there's a user interface (ASP.net web application) which is connected to a client / server program written in c (this program has to be in c).
the c program works like this:
the server has to be running, and its done by:
the the client tries to connect to the server by:Code:./server 1234
when two modules are connected, different messages can be sent from the client to the server.Code:./client localhost 1234
now what i want to achieve is to send the command from the web application to the c program... so by a button click the c program would run and send the command... how can i do this? what is ur suggestions?




Reply With Quote