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

后端 未结 5 1973
情深已故
情深已故 2021-01-07 14:03

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 l

5条回答
  •  再見小時候
    2021-01-07 14:06

    If you can execute a request on each branch, you could use something like Process Explorer or Task Manager to see which ID is which possibly as one may be taking up CPU cycles that is currently processing a request assuming you can get such separation.

提交回复
热议问题