我可以设置IIS6的w3wp.exe的进程标题吗?

发布于 2024-07-09 16:04:39 字数 215 浏览 6 评论 0原文

在 Visual Studio 的“附加到进程”对话框中,我可以看到每个可用进程的标题列。 有什么方法可以让我设置特定 w3wp.exe 进程的标题以反映它托管的应用程序池?

PS - 我知道 iisapp.vbs 以及它使我能够识别哪个 w3wp.exe 属于哪个应用程序池的方式。 我的目标是在这里提供一个更加用户友好的解决方案:)

PPS - 当前运行 IIS6。

In Visual Studio's "Attach to Process" dialog I can see a Title column for each of the processes available. Is there any way for me to set the title for a specific w3wp.exe process to reflect the application pool it's hosting?

PS - I'm aware of iisapp.vbs and the way it enables me to identify which w3wp.exe belongs to which application pool. I'm aiming for a more user-friendly solution here :)

PPS - Currently running IIS6.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

原谅过去的我 2024-07-16 16:04:39

假设您正在非生产服务器上进行调试,最简单的方法是将每个 w3wp 进程的身份设置为不同的帐户。 我在 IIS 管理中找不到任何可以设置标题的内容。 即使调试器正在运行,我也无法像在线程中那样设置标题。 希望这可以帮助。

Assuming you are debugging on non production servers, the easiest thing to do is to set the identities of each w3wp process to different accounts. I cannot find anything in IIS admin to set the title. Even when the debugger is running I cannot set the title like I can in threads. Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文