Securely Implement Request Processing, Filtering, and Content Redirection with HTTP Pipelines in ASP.NET
Hits: 115
Description: Tim Ewald and Keith Brown This article assumes you\'re familiar with ASP.NET and C# Level of Difficulty 1 2 3 SUMMARY ASP.NET is a flexible and extensible framework for server-side HTTP programming. While most people think of ASP.NET in terms of pages served, there is a lower-level infrastructure sitting beneath this page model. The underlying plumbing is based on a pipeline of app, module, and handler objects. Understanding how this pipeline works is key if you want to get the most out...