How to Extends/Override ReportServiceHttpHandler

  • I'm trying to capture those error messages that are coming from SSRS(e.g. Timeout issue or connectivty issues) and redirect them to a custom page with error details (for easier troubleshooting). I'm thinking of overriding or extending the existing HttpHandler (Microsoft.Reporting.WebForms) in SSRS to facility this request but I'm not sure on how to do this.

    Setting an CustomError(<customErrors mode="On" defaultRedirect="http://website/Reports/Pages/ErrorPage.aspx"> ) in web.config is not enough since i also want to display details that caused the error

    TIA guys!

  • any feedback on this guys?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply