IIS 7从元数据库路径识别虚拟目录
我正在尝试使用 perfmon 分析 ASP.NET Web 应用程序的“匿名请求”数量。当我选择此键时,我必须选择 _LM_W3SVC_#_ROOT 形式的进程。如何将 IIS 元数据库路径映射回 Web 应用程序?
I am trying to profile the number of "Anonymous Requests" for an ASP.NET web application using perfmon. When I select this key, I have to pick a process of the form _LM_W3SVC_#_ROOT. How do I map the IIS metabase path back to the web application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看站点的高级设置以获取AppId。如果 AppId 为 3,则配置数据库密钥为 _LM_W3SVC_3_ROOT。
Look at the advanced settings for the site to get the AppId. If AppId is 3 then metabase key is _LM_W3SVC_3_ROOT.