Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm getting loads of emails from my global expception handler, its due to a 404 error, a page is being requested that is spelt wrong and doesn't exist.

 

I've been trying to track down which page contains the broken link but I cant find it. I've searched through the working files on my development PC and also run an application to check for broken links remotely, both came up with nothing!

 

Is there any way that when the exception is called I can find out which page the user was on before they tried to get on the missing one. I've tried request.URLreferrer but that has a value of nothing when the exception is thrown.

 

I could create the page with its mispelled name, but I still need to find out which page is linking to it.

 

Any ideas?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...