Mondeo
Well-known member
Im 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 doesnt exist.
Ive been trying to track down which page contains the broken link but I cant find it. Ive 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. Ive 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?
Ive been trying to track down which page contains the broken link but I cant find it. Ive 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. Ive 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?