Tuesday, October 1, 2013

Find exact wpw3 process to debug SharePoint application

Sometimes it's become really important to find exact wpw3.exe process to debug your SharePoint application. This will not effect other SharePoint application while debugging your application using Visual Studio.

Here, is the Steps:

1) Open Command Prompt (Run as Administrator, important)
2) Navigate to "C:\Windows\System32\inetsrv" folder
3) Execute "AppCmd list wp" command
4) Find your app pool id and match at the time of debug.