Источник:
http://sumitax.wordpress.com/2010/10...80%93part-iii/
==============
While debugging Sharepoint process on EP server here is code to list the Sharepoint process. This will give the correct Process Id for attaching the Process using Debug–> Attach Process in Visual Studio
Command :
C:\Windows\System32\inetsrv>appcmd.exe list wp .
Output :
WP “5844″ (applicationPool:EnterprisePortal)
Источник:
http://sumitax.wordpress.com/2010/10...80%93part-iii/