在IIS中看不到工作进程图标

Mik*_*ole 2 worker-process iis-7.5

当我在IIS7.5中查看站点的功能视图时,IIS组中没有工作进程图标。我是否需要配置设置或安装功能/角色以使其显示?

小智 5

遇到了同样的问题,终于找到了解决方案。

要查看“工作进程”图标,您必须单击顶级服务器节点而不是单个站点。

然后,您将看到所有过程,并且可以单击其中任何一个来查看当前正在运行的页面。


小智 0

查看工作进程列表

1.You can perform this procedure by using the user interface (UI), by running Appcmd.exe commands in a command-line window, by editing configuration files directly, or by writing WMI scripts.
Run Code Online (Sandbox Code Playgroud)

用户界面

要使用用户界面...

Open IIS Manager.In the Connections pane, select the server node in the tree.In Features View, double-click Worker Processes.View the list of worker processes in the grid.
Run Code Online (Sandbox Code Playgroud)

命令行

要查看工作进程列表,请使用以下语法:

appcmd list wps
Run Code Online (Sandbox Code Playgroud)

欲了解更多详情..请检查以下链接

http://technet.microsoft.com/en-us/library/cc771273(v=ws.10).aspx