I want to redirect to a url, but be informed if it fails.As far as I know a simple try-catch block won't work here because a Redirect always throws an exception. Although I can check for that exception (ThreadAbortException), but is this the best way? EDIT: I'm trying to Redirect to a certain url, and if it doesn't exist - to another url.