Google AdBot 在访问时引发异常,我无法追踪
我有一个移动网站,有智能手机版本和非智能手机版本,我的问题出在非智能手机版本上。该版本是使用移动框架构建的,因此更易于访问。我唯一一次看到该网站出现问题是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
连接池设置得太低。由于大量付费搜索,我们有很多谷歌调查,当谷歌猛烈抨击该网站时,它只是耗尽了所有连接并将其关闭。
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.