Get Process ID of Application Pool (w3wp.exe)
When wanting to debug in VS sometimes I only want to attach to a specific Application Pool. To find out which Process Id belongs to what Application pool open a Command Prompt and use the following command.
You will get a list of all the running application pools and their process id.
C:\Windows\System32\Inetsrv\> Appcmd list wp
You will get a list of all the running application pools and their process id.
Comments
Post a Comment