How to get Worker Process from Command Prompt

Leave a Comment
Hi All,

Generally while we are working on Development Environment with Visual Studio, for quick resolution to resolve the errors we will do debugging.

Instead of attaching all Worker Process of web applications, we will attach current Worker Process of our web application, this we can get from Inetmgr.

In our current post, we will about the same by using the Command Prompt. How to get Worker Process form Command Prompt.

Open Command Prompt as an Administrator.


Navigate to inetsrv Directory and type “appcmd list wps” and press Enter , then you find all worker process .




Thank you.

Related Post

0 comments:

Post a Comment