I have a custom 404 handler that looks to see if the requested page exists in another location and includes it. Is there some way to reset the 404 error if a page is found? If a different error occurs while processing the page, the browser still throws the 404 error and not the actual (new) error causing the problem.
Thanks
Thanks