Error in setting up custom error page in SSRS 2008

  • Hi Guys, I'm trying to implement a custom error page for SSRS by following this tutorial . Everytime I place the customerror element on my web.config, I'm getting an error message "The report server is not responding. Verify that the report server is running and can be accessed from this computer. " I also attached my web.cofig settings (change the extension to .txt for attachment purposes)

    Many thanks! 😀

  • any help on this guys? TIA 🙂

  • The </customerrors> from that tutorial isn't right as far as I can tell!

    Instead of

    <system.web>

    ...

    <customerrors mode="RemoteOnly" defaultRedirect="http://yourwebsite/Reports/Pages/test.html">

    </customerrors>

    ...

    </system.web>

    Try:

    <system.web>

    ...

    <customerrors mode="RemoteOnly" defaultRedirect="http://yourwebsite/Reports/Pages/test.html" />

    ...

    </system.web>

    Cheers

  • Hi,

    Assuming the issue is with the standalone server,

    Please check whether the reporting services is started or not in services.msc..?

    Thanks,

    Riyaz

  • Reporting Services is working fine.

  • Hi,

    Could you please let know 'what was the action done'

    Thanks,

    Mohammed

  • There's no issue on the services.

    I think customError tag should have a child on it.

Viewing 7 posts - 1 through 6 (of 6 total)

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