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

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -