• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

HPros
#1 Posted : Monday, March 31, 2008 8:30:53 AM(UTC)
HPros

Rank: Member

Joined: 1/30/2008(UTC)
Posts: 215

As the number of links increases we are seeing more and more errors of the nature posted below, but essentially file does not exist. It's effecting regular users and bots. We think we remember seeing another user slash developer reporting the same issues as the number of URLs increases, but it's becoming a hassle.




Code:

The file '/thefilename.aspx' does not exist.[ at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

What's causing this, how can it be prevented and or is it a bug?
birdsafe
#2 Posted : Monday, March 31, 2008 11:23:04 AM(UTC)
birdsafe

Rank: Member

Joined: 2/21/2007(UTC)
Posts: 1,113

I haven't seen any with just the file name (/thefilename.aspx), but my error log fills up with bogus URLs -- that is something combines a redirect URL into a directory in which it isnt. For example I have a page such as /toys.aspx -- I have a folder on my site for my affiliate program (/idevaffiliate) -- I will see dozens of entries that say "/idevaffiliate/toys.aspx does not exist" -- well, duh it doesn't exist. The question becomes who and where is getting the idea that it DOES exist? From what I can tell it doesn't cause a REAL error for any customer, I just think that BV somehow reassigns the path for error reporting purposes or something. At one point there was a post (and this has been several months ago) that either Justin or Marcus said they were aware of this issue and were working on it, but nothing after that.

This combined with search engines looking for pages that no longer exist (pages from my previous cart) -- and I dont know how long that takes to clear out -- it's been 9 months -- makes the error log a near useless feature.
CorneliuTusnea
#3 Posted : Monday, March 31, 2008 10:01:08 PM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

Odd, I also get lots of errors from missing urls and most of them from real browsers not from search bots.
I get combined urls betwen products (Products) and categories (Games):
/Products/Games/Family-Games.aspx
when it should be just
/Games/Family-Games.aspx
First I thought it was a bug in some browser but I seem to get it from IEs, FF and Opera.
I can't seem to be able to trace it unless I start to log all the outputed files which might be a bit of a pain.
Regards,
Corneliu
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

Matt@9BallDesign
#4 Posted : Monday, March 31, 2008 11:09:09 PM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

check your web.config file to see if you're pointing the errors to /thefilename.aspx

SAMPLE:

<customErrors mode="Off" defaultRedirect="GenericErrorPage.htm">
<error statusCode="404" redirect="thefilename.aspx" />
</customErrors>


i've been dealing with a site that had 2 existiing domains that is now resolving to a new domain name. Years of indexes in the engines so the redirects are getting real annoying. So I'm seeing similar errors to what you have above.

It's not the end all, but you might want to build some individual sitemap files and submit them accordingly.

double check any product feeds you have going, ppc campaigns, any RSS feeds you may have as well. I'm working hard to stay on top of it, but the whacky links that corneliu and joe report pop up from time to time as well.
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative & Builder's Hardware

------------------------------------------------
CorneliuTusnea
#5 Posted : Tuesday, April 1, 2008 4:54:32 AM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

I log my referals with my errors and most of the errors I get have the referals as pages from my own site.
I go on those pages and check those pages and I can't see any links pointing to the wrong pages.
Regards,
Cormeliu
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

Matt@9BallDesign
#6 Posted : Tuesday, April 1, 2008 7:54:29 AM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

Hey C, are you using the sitemap that's OOTB?
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative & Builder's Hardware

------------------------------------------------
HPros
#7 Posted : Tuesday, April 1, 2008 1:50:11 PM(UTC)
HPros

Rank: Member

Joined: 1/30/2008(UTC)
Posts: 215

Nope, we've gone to 3rd party sitemap tools as the existing sitemap wasn't very useful. We still use it onsite but not for submissions.

Our problem isn't bad URL's, these really exist but from time to time aren't pulled for some reason. IE, they aren't active and bots give up and so do customers. It's some type of serving error.



PromoManagers

Promo Items
CorneliuTusnea
#8 Posted : Tuesday, April 1, 2008 7:18:19 PM(UTC)
CorneliuTusnea

Rank: Member

Joined: 8/17/2006(UTC)
Posts: 681

I have no sitemap. At least none I know of.
Regards,
Corneliu.
http://www.bestgames.com.au
http://www.bestchess.com.au



BV Product Links, Details and Signatures: Improve your customer experience:

http://www.acorns.com.au/projects/bv/quicklink/

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012