简体   繁体   English

Bingbot在ASP.NET/IIS7中引发与请求有关的验证问题

[英]Bingbot throwing Validation issues with Request in ASP.NET / IIS7

I am using ASP.NET MVC 3 on my site, but get these strange errors in my logs when Bingbot comes to crawl my site. 我在网站上使用ASP.NET MVC 3,但是当Bingbot爬网我的网站时,在日志中出现了这些奇怪的错误。 Anybody else seeing this problem and know of a solution (not turning of Validation is probably not a good idea)? 还有其他人看到此问题并知道解决方案的吗(不进行验证可能不是一个好主意)?

Do I have something misconfigured or do I need to change something so my site plays nice Bing? 我是否配置错误或需要更改某些内容,以便我的网站播放Bing?

System.Web.HttpException (0x80004005): A potentially dangerous Request.Path value was detected from the client (:).
     at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
     at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)

We have seen this and looking at the IIS logs told us it was indeed a known issue with BIngBot appending " ForceRecrawl: 0" to well known URL's on the site. 我们已经看到了这一点,查看IIS日志告诉我们,这确实是BIngBot将“ ForceRecrawl:0”附加到站点上众所周知的URL的已知问题。 Also discussed here in the Pro Webmasters site 还讨论这里在Pro网站站长

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM