In SharePoint Environment, to identify in which worker process our solution is running, need to do the following commands in Command prompt of the particular server, it will help us to attach to the process easily to debug the code.
C:\Windows\System32>cd inetsrv
C:\Windows\System32\inetsrv>appcmd list wp
WP "13816" (applicationPool:7bae6805f3784875bbe5f6c40c6e8997)
WP "16184" (applicationPool:SharePoint Central Administration v4)
WP "7404" (applicationPool:SharePoint - 80)
WP "12500" (applicationPool:SecurityTokenServiceApplicationPool)
No comments:
Post a Comment