Hi eb
I understand it is possible to custom error messages by editing
Web.config <system.web>section -> <customerrors> section.
I need a custom message for the timeout error only.
Is it possible to write differential custom messages to specific errors using web.config?
Also - is it possible to limit this customization to one folder or reports instead of the whole ssrs conent?
If not and i need to handle the customization of error messages from wthin each report
is it possible to write some kind of try-catch code where i could monitor errors before they are returned to users??
TIA
Rea