Is it possible to get the URL of the failed request from a custom 404 error page? I'm using IIS to set the custom error page to a .net page where I want to process the failed request.
I've tried using the url and referer attributes from the request object but they don't work.