Click here to Skip to main content
15,888,286 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,
For socket programming, how can we run Client Server code from one PC?
In visual studio 2010 Express edition, runs only one application either client or server code at a time.
Can we do socket programming in web application or should we use windows application ?
Please give me useful tips or links for socket programming in C#.net for Visual studio 2010.

-Programmer
Posted

1 solution

Either launch 2 instances of Studio and debug them both at the same time, or bring both the client and server projects into one solution in which case you can run them both at the same time in 1 debug session there.
 
Share this answer
 
Comments
Yvan Rodrigues 29-Aug-12 10:13am    
Couldn't have said it better myself. +5

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