Visual Studio Plug-in that can tell the Application Pool name of w3wp.exe when debugging

Posted by Colin Niu on Stack Overflow See other posts from Stack Overflow or by Colin Niu
Published on 2010-04-21T01:09:08Z Indexed on 2010/04/21 1:13 UTC
Read the original article Hit count: 498

Is there any plug-in for Visual Studio that can display the associated Application Pool name for those w3wp processes when debugging them with "Attach to Process..." ?

Usually I have to do following steps before debugging:

c:> \Windows\system32\inetsrv\appcmd list wps

then I get the process id for the Application Pool I want to debug, and then attach it in the Attach to Process window.

I feel it will be very pleasure if there's a plug in can do this automatically, but didn't find any such thing after Googled.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about debug