I have set up a site that redirects 404 (page not found) errors to a custom ASP page. In that page I'd like to be able to retrieve the text of the URL that the visitor provided and act upon it. I have scanned through the Request object's ServerVariables collection and experimented with many of them but have yet to find one that will return me that text.
Any suggestions?
Any suggestions?