Can you intercept the url request before a 404 error occurs?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to get an HTTPModule to handle some form processing for me i.e. the form action tag points to a predefined url that doesn't exist and my BeginRequest handler check the url request and if it the predefined one it deals with the Request object etc.

However control never gets into the BeginRequest handler as the 404 page is displayed. Can this be done or should I be looking for an alternative?

Thanks
 
Back
Top