Is there a way to customize the error messages returned from SSRS2005
I do not want error messages like
"Access deined for <computername>\<username>'
But a more user friendly message returned.
How can that be done
Thanks.
Is there a way to customize the error messages returned from SSRS2005
I do not want error messages like
"Access deined for <computername>\<username>'
But a more user friendly message returned.
How can that be done
Thanks.
Customize Error Messages
Yawei
Try this...
http://msdn2.microsoft.com/en-us/library/ms153616.aspx
The solution may lie in the ASP.NET programming. Another thing to try is to modify the error pages in the IIS Management Console and see if these get displayed upon the specific error.
Duncan Jack
princessK
Yes. It does not have anything to actually customize the errors returned from the SQL Server Reporting Server. DO you have a specific link I can look at