Rank: Member
Joined: 8/25/2004(UTC) Posts: 69
|
I have what looks like Google crawling my site WWW.ACE4PARTS.COM From the error reports it looks like it has been going on for 3 days. I have maxed out at 100 event logs and they all look like this. Is to be expected or is there a problem? Thanks, Craig [table id=ctl00_MainContent_gvEvents style="WIDTH: 100%; BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=5 border=0] [tr class=alternaterow][td ] [/td][td vAlign=top align=middle]<input id=ctl00_MainContent_gvEvents_ctl04_btnDelete title=Delete style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" onclick="return window.confirm('Are you sure you want to clear this event?');" type=image src="http://ace4parts.com/BVAdmin/images/buttons/Delete.png" name=ctl00$MainContent$gvEvents$ctl04$btnDelete> [/td][td vAlign=top align=left]3/11/2007 3:15:45 PM[/td][td vAlign=top align=left]Error[/td][td vAlign=top align=left]<br>Session:<br>To:http://www.ace4parts.com/BVModules/CategoryTemplates/Grid/Category.aspx?categoryid=804 <br>From:<br>User:66.249.66.102(66.249.66.102)<br>Agent:Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)[/td][/tr][tr ][td ] [/td][td vAlign=top align=middle]<input id=ctl00_MainContent_gvEvents_ctl05_btnDelete title=Delete style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" onclick="return window.confirm('Are you sure you want to clear this event?');" type=image src="http://ace4parts.com/BVAdmin/images/buttons/Delete.png" name=ctl00$MainContent$gvEvents$ctl05$btnDelete> [/td][td vAlign=top align=left]3/11/2007 3:13:12 PM[/td][td vAlign=top align=left]System.Web[/td][td vAlign=top align=left]Cannot use a leading .. to exit above the top directory.[ at System.Web.Util.UrlPath.ReduceVirtualPath(String path) at System.Web.Util.UrlPath.Reduce(String path) at System.Web.Util.UrlPath.Combine(String appPath, String basepath, String relative) at System.Web.HttpResponse.ApplyAppPathModifier(String virtualPath) at System.Web.UI.HtmlControls.HtmlForm.GetActionAttribute() at System.Web.UI.HtmlControls.HtmlForm.RenderAttributes(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlControl.RenderBeginTag(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Control.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) at System.Web.UI.Page.Render(HtmlTextWriter writer) at BaseStorePage.Render(HtmlTextWriter writer) in E:\WEBS\ACEElectronicsBV5\WWW\App_Code\BaseStorePage.vb:line 175 at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.P[/td][/tr][/table]
|
|
|
|
Rank: Member
Joined: 3/8/2007(UTC) Posts: 139
|
Hi Craig, Could you provide some more information about your site? You are using URL re-writing. Do your URL names include special characters such as "$%^&@#-'*"? Is the bot activity slowing down your site or negatively affecting your customers experience? If you clear the log, how often and how quickly does it repopulate? I am including a link to a website that discusses this issue, and I will continue with my research to see if there is a definitive solution. http://todotnet.com/archive/2006/07/01/7472.aspx Thank you, Everett |
Everett Comstock
BV Software |
|
|
|
Rank: Member
Joined: 8/25/2004(UTC) Posts: 69
|
Info about site url WWW.ACE4PARTS.COM No I am not using URL re-writing I am not using $%^&@#-'*"? It does not seem to slow it down Site is too new to judge any bad customer experiance If I clear the log it will repopulate in 24 hours, maybe sooner I will clear it now and watch it closer.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Craig, This is caused by a known bug in ASP.NET 2.0 and browser detection. The Google bot changed it's browser ID and is now known by Mozilla 5.0 which asp.net 2.0 incorrectly sends to an older HTML writer that doesn't handle rewritten URLs correctly. Okay, now the good news. There is an easy fix by creating an App_Browsers folder (if it doesn't exist) and putting the attached genericmozilla5.browser file into that folder. Now the errors should be gone and the Google bot will be happy. Note: This fix is included in the upcoming SP2 for BV Commerce 5 also. File Attachment(s): genericmozilla5.browser (2kb) downloaded 64 time(s).You cannot view/download attachments. Try to login or register.
|
|
|
|
Rank: Member
Joined: 8/25/2004(UTC) Posts: 69
|
Marcus
Thanks for the fix. Question, Is it critical where I place the folder, and what is the exact name I call the folder
After I create and place the folder, I place the file in the folder, correct?
Craig
|
|
|
|
Rank: Member
Joined: 3/8/2007(UTC) Posts: 139
|
Hi Craig,
The App_Browsers folder should be created one level under your site root, along side the App_Themes, App_Code and BIN folders. For example, if you were running a store on your local machine, and the store name was "teststore" the folder structure would look like this:
C:\Inetpub\wwwroot\teststore\App_Browsers
After the folder is created, place the file genericmozilla5.browser there. This should resolve your issue.
Thank you,
Everett |
Everett Comstock
BV Software |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.