I have a Login form in which after authentication has been done, I am redirecting the user to default.aspx page. This block of code has been written into the try block.
Every time when the user is redirected, the application throws error in the catch block saying " Thread was being aborted ..." (a ThreadAbortException), how to overcome this problem?