Azure Application_End 未命中,而 Application_Start 多次命中(中间间隔几分钟)

发布于 2025-01-08 15:58:25 字数 313 浏览 0 评论 0原文

在我的 Azure 环境中,我的实例上有一个包含多个网站的网络角色。 WCF 项目中的 global.asax 中的 Application_Start() 方法被调用多次(中间间隔几分钟),而不会遇到 Application_End 或 Application_Error 。在模拟器中我没有这个问题。

在事件日志中,我看到一个 WAS 事件:“属于站点 'xxxx' 的应用程序 '/' 设置了无效的 AppPoolId 'xxxxx'。因此,该应用程序将被忽略”(并且该站点将被禁用,因为为该站点定义的根应用程序无效。),每 1.5 小时记录一次。

有人知道发生了什么事吗?

In my Azure environment I have a webrole with on the instances multiple websites. The Application_Start() method in global.asax in a WCF-project is called multiple times (a few minutes in between), without the Application_End or Application_Error being hit. In the Emulator I don’t have this issue.

In the eventlog I see a WAS-event: “The application '/' belonging to site 'xxxx' has an invalid AppPoolId 'xxxxx’ set. Therefore, the application will be ignored” (and the site will be disabled because the root application defined for the site is invalid.) that is logged once 1.5 hour.

Anyone’s got an idea what’s going on?

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

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

发布评论

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

评论(1

追我者格杀勿论 2025-01-15 15:58:25

我会看看这个:
http://technet.microsoft.com/en- us/library/cc735307(v=ws.10).aspx

您很可能为多个站点设置了其中一些内容。如果您可以远程访问 Azure 实例,您应该能够检查并进行适当的调整。

I would look at this:
http://technet.microsoft.com/en-us/library/cc735307(v=ws.10).aspx

Most likely you have some of these things set for multiple sites. If you can remote into the Azure instance, you should be able to check and then make the proper adjustment.

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