04
Void AbortInternal() - Difference between Server.Transfer & Response.Redirect - System.Threading.ThreadAbortException
In my log file, I used to see the below error frequently
Void AbortInternal() - System.Threading.ThreadAbortException
After finding out the cause of the issue, I found these below informative articles for the use and difference between Server.Transfer & Response.Redirect
http://weblogs.asp.net/jgalloway/archive/2004/07/21/189547.aspx
http://techahead.wordpress.com/2007/10/14/aspnet-servertransfer-vs-responseredirect/
http://www.sagara.net/post/2008/04/05/ResponseRedirect-and-the-ThreadAbortException-and-why-ite28099s-a-good-thing.aspx
Yes its really very helpful !