hi,

im creating a project with 3 tier architecture (DL,BL,PL). in each tier im using try..catch to handle exception. im using that DL,BL object in PL and i want to log the error detail that occurs in each tier in Database.

i.e im using BL,DL tiers objects in PL. so if any error occurs in any layer i want that error to be stored in DB. how to implement this concept in ASP.NET?