I\'m trying to determine the best way to implement a 404 page in a standard ASP.NET web application. I currently catch 404 errors in the Application_Error event in the Glob
Easiest answer: don't do it in code, but configure IIS instead.