摘要:
Use HttpApplication.CompleteRequest Instead of Response.End HttpApplication.CompleteRequest is preferable to use for aborting a request in an ASP.NET application over Response.End, because it... 阅读全文
摘要:
A low-level Look at the ASP.NET Architecture Getting Low Level This article looks at how Web requests flow through the ASP.NET framework from a very low level perspective, from Web Server, through I... 阅读全文