Azure Application_End 未命中,而 Application_Start 多次命中(中间间隔几分钟)
在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会看看这个:
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.