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
Yes, this is indeed by design. Microsoft has even documented it. How else would you stop the rest of your program from execution?