Google AdBot 在访问时引发异常,我无法追踪

发布于 2024-11-05 11:17:38 字数 203 浏览 0 评论 0原文

我有一个移动网站,有智能手机版本和非智能手机版本,我的问题出在非智能手机版本上。该版本是使用移动框架构建的,因此更易于访问。我唯一一次看到该网站出现问题是 Google Adbot 每隔一小时左右就会访问该网站。它从 System.Web 抛出未捕获的异常,但堆栈跟踪中没有任何内容可以告诉我发生了什么。我已将页面上以及页面上的一个控件包装在 try/catch 块中,但没有一个方法被触发。

I have a mobile site that has a smart-phone version and a non smart-phone version and my issue is on the non smart-phone version. The version in question is built using the mobile framework so that it is more accessible. The only time I see problems with the site is when Google Adbot hits it every hour or so. It throws Uncaught exceptions from System.Web but there is nothing in the stack trace to tell me what is happening. I have wrapped every method on the page and in the one control that is on the page in a try/catch block and none of them are being triggered.

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

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

发布评论

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

评论(1

维持三分热 2024-11-12 11:17:38

连接池设置得太低。由于大量付费搜索,我们有很多谷歌调查,当谷歌猛烈抨击该网站时,它只是耗尽了所有连接并将其关闭。

Connection pool was set WAY too low. We have many Google probes due to high amount of paid search and when Google slammed the site it simply used up all the connections and shut it down.

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