We are creating an ASP.NET application in C #
We have 3 levels: user interface, business and database. We need to clarify error handling / logging. We have an error logging mechanism for error logging.
My question is: do I need to register errors on each layer or only at the main call level (user interface layer), choosing errors at the user interface level from the business and database layers? Is there any best practice?
If it would be great, if you could also provide a background document or web links (if necessary).
Thanks and Regards ... Sruthi Keerthi.
source
share