I am using a global exception handler and in the Exception View, I give the user a chance to click a button to send the error report to us via email.
The action SendErrorReport is posted from the Error View if they click the button. In this action, I format and send an email with the exception data posted from the Exception view.
I want to then transfer the user to the page that was last visited before the exception if a certain condition does not exist.
Is this possible?
Something like this:
More about Request.UrlReferrer.