views:

18

answers:

1

Just wondering if there is any easy way to start a debugging session that lauches the server and the client by simply pressing F5.

As it stands I have to F5 to debug the server, then find the client project and right click->Debug, which is a bit fiddly.

Any tips to get this to work more smoothly?

+1  A: 

See How to: Set Multiple Startup Projects on MSDN.

Eric Hauser
easy as that! cant believe i have never seen this feature before
Schneider