简体   繁体   English

如何在服务器管理器中为特定的IIS站点ID设置自定义视图?

[英]How do I set up a Custom View in Server Manager for a particular IIS Site ID?

I'm looking to set up a custom view for a particular site on our IIS, in this case, ID 28. I can get as far as creating 我正在为IIS上的特定站点设置自定义视图,在本例中为ID 28。

Last 30 days, critical, error and warning by log (application) with the keyword 'Classic' which will pick up all our .Net appliction errors. 最近30天,使用关键字“经典”按日志(应用程序)进行严重,错误和警告的记录,这将记录我们所有的.Net应用错误。 There is no evidence in the log to state what IIS site ID it originated from though. 日志中没有证据表明它源自哪个IIS站点ID。

How can I amend the filter to target at least either: Request Information > Thread Account Name (which is the IIS pool name as far as I can see) or Application Information > Application Path. 如何至少将过滤器修改为目标:请求信息>线程帐户名称(据我所知是IIS池名称)或应用程序信息>应用程序路径。

Could somebody point me in the right direction to amend the query XML manually to target either of the above? 有人可以向我指出正确的方向以手动修改查询XML以针对以上任一情况吗?

The IIS debug diagnostic tool available from Microsoft allows you to track particular application pools and processes. Microsoft提供的IIS调试诊断工具使您可以跟踪特定的应用程序池和进程。 It's available from: 可从以下位置获得:

www.microsoft.com/en-gb/download/details.aspx?id=26798 www.microsoft.com/en-gb/download/details.aspx?id=26798

Instructions for particular types of log tracking is available from: http://msdn.microsoft.com/en-us/library/ff420662.aspx 有关特定类型的日志跟踪的说明,请访问: http : //msdn.microsoft.com/zh-cn/library/ff420662.aspx

Note that these instructions are for 1.1 rather than 1.2 but are still relevant. 请注意,这些说明是针对1.1而不是1.2的,但仍然适用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在IIS7中设置本地ASP.NET 2.0站点以进行本地测试? - How do I set up a local ASP.NET 2.0 site in IIS7 for local testing? 如何在没有IIS管理器的情况下设置IIS 7.0 URL重写? - How do you set up IIS 7.0 URL Rewrites without IIS Manager? 如何进入 IIS 管理器? - How do I get to IIS Manager? 如何使用IIS Manager 7.0为虚拟目录设置ASP.NET版本? - How do I set the ASP.NET version for a Virtual Directory using IIS Manager 7.0? 如何将网站从IIS托管站点更改为ASP.Net Development Server托管站点? - How do I change a web site from an IIS hosted site to an ASP.Net Development Server hosted site? VBScript / IIS - 如何为特定网站自动设置ASP.NET版本 - VBScript/IIS - How do I automatically set ASP.NET version for a particular website 如何为我的网站关闭IIS中的自定义错误处理? - How do I turn off custom error handling in IIS for my web site? 如何允许匿名访问我的IIS站点,但使用Windows身份验证连接到SQL Server? - How do I allow anonymous access to my IIS site, but use Windows Authentication to connect to SQL Server? 如何设置IIS以运行HTML表单的服务器代码? - How can I set up IIS to run server code for an HTML form? 如何在本地 IIS 下为 MVC3 应用程序设置调试? - How do I set up debugging under my local IIS for an MVC3 app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM