I have ASP.NET 4.0
application.
In my application, if some exception (which may not occur if i perform the same operation after some delay) occurs during user workflow, we don't want user to do the same thing again. Instead, we would like to try to re-execute the same request programatically first.
I want to understand if this is possible? If yes, how can I do it? Any readymade solution (library, technology etc) available? And what all (high level) things I have to take care of if i have to write code myself in case there is no readymade solution?