Elegant way to debug n-tier from Visual Studio

Posted by Schneider on Stack Overflow See other posts from Stack Overflow or by Schneider
Published on 2010-05-20T18:19:59Z Indexed on 2010/05/20 18:20 UTC
Read the original article Hit count: 141

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about debugging