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
Post a Comment