IIS 6.0应用程序池停止问题
在我的 IIS 日志中,我发现警告级别事件 ID 1013,该事件表示停止时间超出了特定 Web 应用程序工作进程的预期停止时间。
我的问题是,我如何知道或跟踪 IIS 工作进程停止的原因? 此警告级别事件 ID 是否意味着工作进程应用程序池已停止?
提前致谢, 乔治
In my IIS log, I found warning level event ID 1013, which says the stop time exceeds expected stop time for worker process of a specific web application.
My question is, how could I know or track from what reason IIS worker process stops? Does this warning level event ID means worker process application pool is stopped or not?
thanks in advance,
George
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的应用程序是 ASP.NET(2.0 或更高版本),您可以打开运行状况监控,该监控应记录详细信息,包括 IIS 应用程序池重置。
有用的链接
If you application is an ASP.NET (2.0 or newer) you can turn on health monitoring which shoudl record details including IIS applciation pool resets.
Useful links