In VS2010, is there a way to know which application pool a given w3wp.exe is serving, to then decide

Posted by Peter Mounce on Stack Overflow See other posts from Stack Overflow or by Peter Mounce
Published on 2010-04-16T16:00:39Z Indexed on 2010/04/16 16:03 UTC
Read the original article Hit count: 288

Filed under:
|
|
|

So I'm debugging some websites (one from trunk, one from branch) running locally, in separate apppools. I have trunk and branch solutions open in two VS instances. I'd like to debug trunk in one, and branch in the other. I'd like to know if there's a way to know which application pool each w3wp.exe is serving, to know which one is which when attaching the debugger.

© Stack Overflow or respective owner

Related posts about VS2010

Related posts about debugging