G
Guest
Hi everyone!
I get some errors lately regarding:
HTTP_USER_AGENT Mozilla/5.0 (compatible; Googlebot/2.1;
+http://www.google.com/bot.html)
and:
System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
After googling that,
I found this page:
http://www.inventua.com/forums.content?forumid=1&postid=2948&view=topic
which notes the following:
So, does anyone know of a way we can stop googlebot from generating these
errors?
Thanks in advance!
I get some errors lately regarding:
HTTP_USER_AGENT Mozilla/5.0 (compatible; Googlebot/2.1;
+http://www.google.com/bot.html)
and:
System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
After googling that,
I found this page:
http://www.inventua.com/forums.content?forumid=1&postid=2948&view=topic
which notes the following:
The user-agent for this one is the Googlebot, which is known to deliberately
generate bad Urls sometimes as part of it's algorithm.
It will keep happening when the GoogleBot tries to index your page. It's
"remembering" the existance of the page from the last time it indexed your
site.
I'm not real familiar with the GoogleBot, but it sounds like that's Google's
bot that crawls around the internet indexing pages. I read an article on the
DotNetNuke site that talked about GoogleBot generated errors taxing the
webserver, and eventually causing an IIS restart due to memory issues. The
general exception errors build up in memory until they are batched to the DB,
and if you get enough errors quick enough, IIS thinks there's a memory leak
and restarts. So, is there anythign I can do about this?
So, does anyone know of a way we can stop googlebot from generating these
errors?
Thanks in advance!