Response.End() generates ThreadAbortException.
Response.End()
ThreadAbortException
Using HttpContext.Current.ApplicationInstance.CompleteRequest in place of it d
HttpContext.Current.ApplicationInstance.CompleteRequest
No! You cannot! You can
Response.SuppressContent = true;