Thread was being aborted
Error :
Thread was being aborted
Solution :
When using try..catch Exception in your application sometimes it shows Thread was being aborted Error.First you should check any response.redirect is in your aspx page.if response.redirect is in your page ,you must give endresponse is false.
Response.redirect(”Pagename”,false);
