Mondeo Posted January 6, 2007 Posted January 6, 2007 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? Quote
Administrators PlausiblyDamp Posted January 6, 2007 Administrators Posted January 6, 2007 If you have logging enabled on your IIS bog then you should be able to look in there to find the requested urls etc. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.