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!
views:
42answers:
2
+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
2010-03-04 19:59:29
+1
A:
Found the answer to this one. In VS:
- Right-click on the solution in the Solution Explorer window, and select Properties.
- Select the Startup Projects property page.
- Select Multiple Startup Projects
- Choose the Projects that you want to startup on F5
skb
2010-04-18 01:05:15