IIS + ASP.NET:在哪里可以查看服务器本身的日志?具体限制事件
我花了 2 天的时间来找出我的服务停止响应的原因。问题最终被限制。但我挖掘的日志都没有提到它。
我可以查看哪些 IIS/ASP.NET 日志来弄清楚这一点?
以下是我检查过的地方:
- IIS 请求日志 (%SystemDrive%\inetpub\logs\LogFiles)
- “Microsoft/Windows/Application Server-Applications”系统日志:调试、分析
- “应用程序”和“系统”系统日志
- System.ServiceModel .MessageLogging 和 System.ServiceModel 日志源
I spent 2 days on figuring out why my service was stopping responding. Issue ended up being throttling. But none of the logs I dug through mentioned it.
What IIS/ASP.NET log can I look at to figure that out?
Here are the places I have checked:
- IIS requests log (%SystemDrive%\inetpub\logs\LogFiles)
- "Microsoft/Windows/Application Server-Applications" system logs: Debug, Analytic
- "Application" and "System" system logs
- System.ServiceModel.MessageLogging and System.ServiceModel log sources
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您安装 Windows Server AppFabric,它应该在仪表板上告诉您
If you install Windows Server AppFabric it should tell you on the dashboard
检查这篇文章是否有帮助 http://blogs.msdn.com/b/tess/archive/2009/01/09/net-hang-my-application-hangs-after-i-known-my-wcf-service-几次.aspx
check this post if it helps http://blogs.msdn.com/b/tess/archive/2009/01/09/net-hang-my-application-hangs-after-i-called-my-wcf-service-a-couple-of-times.aspx
IIS 和 WAS 日志发送到系统事件日志,使用以下过滤器查询来获取 IIS/WAS 相关事件:
IIS and WAS logs are sent to System event log, use following filter query to get IIS/WAS relevant events: