


Implementing an IIS Application Filter Using .NET HttpModules and Response Filtering
n this article, I will concentrate on the critical differences in the processing model implemented by HttpHandlers versus that implemented by HttpModules. I’ll be presenting specific coding samples as necessary