摘要:
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... 阅读全文
posted @ 2010-03-19 12:53
octoberfirst
阅读(393)
评论(0)
推荐(0)
摘要:
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... 阅读全文
posted @ 2010-03-19 11:18
octoberfirst
阅读(779)
评论(0)
推荐(0)