Error!
Success!

Use HttpApplication.CompleteRequest Instead of Response.End

0
kicks

Use HttpApplication.CompleteRequest Instead of Response.End  (Unpublished)

HttpApplication.CompleteRequest is preferable to use for aborting a request in an ASP.NET application over Response.End, because it has better performance characteristics.


Kicked By:
Drop Kicked By: