can I debug my web proejct and wcf project on same vs 2008 instance ?

Posted by dotnetcoder on Stack Overflow See other posts from Stack Overflow or by dotnetcoder
Published on 2010-04-06T20:27:55Z Indexed on 2010/04/06 20:33 UTC
Read the original article Hit count: 200

Filed under:
|
|
|

I have two projects in my solution 1- asp.net web project. 2- wcf serivce project. 3- other common projects between two listed above

Currently on the local dev machine I have to run two visual studio instance to run both projects in debug mode. That makes the system run out of resources as these projects share some other project in the soultion which are heavy in files.

Is there a way I can hookup the wcf project on a sinlge visual stodio instance that I am using to debug the asp.net web applicaiton.

I do not want to combine the web and wcf project in to one. Have already considred this option.

thanks for sharing your thoughts in advance.

© Stack Overflow or respective owner

Related posts about VS

Related posts about visual-studio-2008