ExceptionHandling Application Blocks

sureshcd10

Regular
Joined
Dec 25, 2003
Messages
77
I am using ExceptionHandling Application Blocks to create Exception log files into a file named trace.log .That is OK and working fine.

I also want to write these log messages into SQL Server database table.

I am not getting how to configure Enterprise Library to make this happen. Please do some help for me (ASP.net,C# )?
 
You have to use Logging Handler and then configure the Logging and Instrumentation Application Block (database sink) so that you can log into database.
 
Back
Top