web parts - Find The correct process Id in visual studio for debugging sharepoint? -


when want attache process id w3wp.exe solution in visual studio , debug web part in sharepoint have more 1 w3wp.exe process . how can find correct process id of sitecollection , attach solution that.

open command prompt , run following command

"appcmd list wps"

it wil gives app pool id.

(appcmd.exe can found in %windir%\system32\inetsrv)


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -