which is better to be used CGI or asp.net ?

Tohoru san

New member
hello,
this is my doubt :
i want to use java applet interface to send request and get response in two seperate forms using CGI .....one form for sending requests (ex: commands) , the other form will be the resopnse (ex: video as a feed back)....

the web server is attached via serial link to a device to be controlled

the request is sent to the web server running CGI program to interpret CGI script , the request is exceuted .

in another way : the request is a command which will be send to the server ......this command is suppose to control a device attached to the server through a serial link.

my Q : is the CGI the right one to be used ??
the serial link communication should be programmed with CGI or C# ??
wat r the web server requirements ? Apache ? mySQL ??

thx in advanced,
 
Depends on which one ur more comfortable with and the one u got the most experience with ...ASP>net is very modular but u got to pay the $ for that stuff ...
 
Back
Top