Machine.config - How do I set a server wide Http Handler?

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

I know you can put an http module in an application and
point the web.config file to it so that it will intercept
all http requests, but How can I do the same thing for
ALL requests that come into the Web server?

My understanding is that it would involve using
Machine.config, but I can't find any examples.

Any help would be greatly appreciated.
 
Any examples of how this would look?
Sorry to ask, but kind of a brief answer.
Would such an httpModule look the same as one used at the
application level (for which there are many examples) ?

thx.
 
Back
Top