Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IIS 6.0 上,我已将应用程序池配置为在早上 7 点回收,但我不确定它是否已回收,因为系统查看器日志中没有记录任何内容。有任何想法吗
有没有办法在池回收时发出警报?
仅当确实发生回收时才会有日志条目。
请注意,由于 IIS 有其他机制来监视工作进程(例如空闲关闭),所以在早上 7 点可能根本没有工作进程可供 IIS 回收。然后将没有日志条目。
确保检查 IIS 日志文件并确认早上 7 点究竟发生了什么。Process Monitor 是一个很好的工具,可以让您实际捕获活动并进行分析。