August 6, 2012 at 8:50 pm
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! 😀
August 8, 2012 at 7:56 pm
any help on this guys? TIA 🙂
August 9, 2012 at 3:47 am
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
August 9, 2012 at 3:58 am
Hi,
Assuming the issue is with the standalone server,
Please check whether the reporting services is started or not in services.msc..?
Thanks,
Riyaz
August 13, 2012 at 2:40 am
Reporting Services is working fine.
August 13, 2012 at 3:09 am
Hi,
Could you please let know 'what was the action done'
Thanks,
Mohammed
August 13, 2012 at 3:49 am
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