.net - 确定哪个 w3wp.exe 进程属于 Windows 7/IIS7.5 中的哪个 App Pool?

标签 .net asp.net iis-7 windows-7 .net-2.0

我最近将我的开发机器从 Windows XP 升级到了 Windows 7。在运行 Windows 7 的桌面上,我如何知道哪个 w3wp.exe 进程属于哪个应用程序池?

  • On a server running IIS6, you can run c:\windows\system32\cscript iisapp.vbs
  • On a Windows 2008 Server running IIS7 you can run appcmd list wp

  • 但是在我的桌面上呢?

    最佳答案

    您也可以进入任务管理器并添加 PID 命令行 列以查看您需要的信息。

    enter image description here

    涂黑的内容包含各个进程的名称。

    我发现这个工作流程比必须导航离开我在 IIS 中查看的内容只是为了查看这些信息(然后必须导航回我所在的位置)稍微简单一些。

    关于.net - 确定哪个 w3wp.exe 进程属于 Windows 7/IIS7.5 中的哪个 App Pool?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1793940/

    相关文章:

    c# - 无法加载文件或程序集 'Newtonsoft.Json,版本 = 10.0.0.0

    c# - 如何删除 MVC/Entity Framework 中的对象 : The object cannot be deleted because it was not found in the ObjectStateManager

    c# - 单击 asp.net 按钮时如何关闭 Html 窗口?

    ASP.NET 本地化文件

    ASP.NET 处理程序未在 IIS7 上运行

    web-services - Asp.net 路由、Web 服务和 IIS7 经典

    php - 如何在 IIS 7.5 中启用短标记

    .net - DataGridView 仅数字单元格?

    c# - 从 ASP.NET 查询 Active Directory 并将结果绑定(bind)到 ListView

    c# - Application.CurrentCulture 和 Thread.CurrentCulture 之间的区别