When an ASP.NET System.Web.HttpResponse.End() is called, the current thread is aborted?
when a System.Web.HttpResponse.End() is called a System.Thread.Abort is being fired, which i’m guessing is (or fires) an exception? I’ve got some logging and this is being listed in the log file…