我可以设置IIS6的w3wp.exe的进程标题吗?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您正在非生产服务器上进行调试,最简单的方法是将每个 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.