|
||||||
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 in
order in order to illustrate various points, but I won't be
presenting a comprehensive sample of my own
implementation. A wealth of information and code samples are available to demonstrate how to establish an HttpModule to participate in your application’s web
requests and I’ll present these links toward the end of the
article. In the meantime, It's my hope that this article will
complement the existing samples and documentation and assist
you with the development of your own IIS Application filtering
solution.
HttpHandlerthe Target for your Request
|
||||||