Click here to Skip to main content
15,923,197 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Can someone help me?
I writing a app who is a simple test system in school.
the system (server) send a question to student pc (same subnet) and student answer and send back answer to server.

Now the question.... What do I need to use to make data sending from one PC to another? .NET remoting? WCF?
Posted

1 solution

You can do this with a standard ASP.Net application, as long as the student is allowed to enter the information in a browser.

If not, then WCF is probably the quickest option to get working. .Net remoting will also work, as will plain SOAP/asmx services.

I'd avoid .net remoting, as it is the trickiest to get working and ties the client down to .net languages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900