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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top