Related resources for EndRequest
  • Performance Comparison of XslTransform Inputs in VB.NET11/10/2012 1:57:07 AM. This article explains about the performance comparison of XslTranform Inputs. To transform XML into HTML for use on a Web site or to transform it into a document that contains only the fields required you could use the XSLTransform class (found in the System.Xml.Xsl namespace).
  • The Two Interceptors: HttpModule and HttpHandlers5/26/2009 1:19:09 AM. Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.