如何确定导致我的 w3wp 进程重新启动的原因

发布于 2025-01-04 23:57:46 字数 205 浏览 2 评论 0原文

似乎每隔几分钟就有什么东西导致我的 w3wp 进程。没有任何代码更改或 web.config 更改可能导致此问题。应用程序池IdleTimeout也设置为2小时。我只是想找出导致此进程重新启动的原因。此类信息是否会进入任何 IIS 日志。目前我正在查看位于 C:\Inetpub\logs\LogFiles\W3SVC1 的日志,但没有找到有关这些重新启动的任何迹象。知道在哪里可以找到此信息吗?

Seem like something is causing my w3wp process every few minutes. There are no code changes or changes to web.config that can cause this. Application pool IdleTimeout is also set to 2 hours. I am just trying to find what is causing this process re-start. Does this type of information goes into any of IIS log. Currently I am looking at logs located at C:\Inetpub\logs\LogFiles\W3SVC1 but don't find any indications about these re-starts. Any idea where can I find this info?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鲜血染红嫁衣 2025-01-11 23:57:46

可能是某种未处理的异常。

您检查过 Windows 应用程序错误日志吗?

Might be an unhandled exception of some kind.

Have you checked the Windows Application Error Log?

忆依然 2025-01-11 23:57:46

如果您正在运行 .net 应用程序:

查看 .net Framework 文件夹中的全局 web.config 并激活设置 healthMonitoring。

If you have .net application running:

Have a look in global web.config in the .net framework folder and activate the setting healthMonitoring.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文