Tuesday 10 July 2012

How to get process ID attached to a WSP?


To debug a WSP service in Visual Studio 2010, we need find and attach W3WP process. There are n number of W3WP process running at a time. How to get the ID of W3WP process attached to that specific WSP service you are working with? Earlier you might have use IISAPP command but that is no more available .
Simple use “%windir%\system32\inetsrv\appcmd.exe list wp” command and you can find out.
Hope this helps!

No comments:

Post a Comment