I have a web page that calls a web service that calls a stored procedure. I want to elegantly handle any errors that might occur in the stored procedure so that the user has some feedback.
Can someone recommend a good way to pass error messages all the way from the stored procedure back up to the web page that called the webservice? I'm new to this.
Thanks for any tips...