views:

42

answers:

2

Is this possible? I have a solution with both projects, I just want to be able to hit F5 and debug both client and server at the same time. Thanks!

+1  A: 

If I were doing this I would open the solution twice - two instances of visual studio - once for each thing being debugged.

Cheeso
+1  A: 

Found the answer to this one. In VS:

  1. Right-click on the solution in the Solution Explorer window, and select Properties.
  2. Select the Startup Projects property page.
  3. Select Multiple Startup Projects
  4. Choose the Projects that you want to startup on F5
skb