Returning back to client from HttpModule

  • Thread starter Thread starter Robert Strickland
  • Start date Start date
R

Robert Strickland

How do I return back to my client if I find an error in my HttpModule during
a BeginRequest event? I do not want my Page handler to service the request
if the module gets an error.
 
Back
Top