Can HttpHandler or HttpModule trap image requests?

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

Can an HttpHandler or HttpModule be invoked on non-ASP.NET pages such as
images or ASP or HTML pages? Can I trap a request for those pages? If not,
how might I trap those requests?
 
I think you can:

I guess you have to register the handlers for certain file extensions - e.g.
..gif and the modules see all the requests (URLs) anyway.

Dhananjay
 
Back
Top