IIS 7.5: List worker processes

In IIS 7.5, We can easily find  running worker processes and requests getting served by each worker process using IIS UI. Open Inetmgr, Select Worker Processes in Features view at Server level as shown below:

 It will list running worker processes and its associated Application Pool. When we double-click on a worker process, it will list the requests currently serving by it.

We can also use below command to get running worker processes using Command prompt:

C:\Windows\System32\inetsrv>appcmd.exe list wp

Comments

  • Anonymous
    December 14, 2014
    Really very good information’s you posted here. Which read your article; they found more knowledge about ASP.Net - IIS Worker Process. New and eye-opener tutorial provided by you, which mainly focus on hosting easily. IIS is one of the most powerful web servers from Microsoft that is used to host our ASP.NET Web application. I came to know about this from my friends, because he hosts his site from myasp.net. Thank you very much for your information………