Hi all,
I am using LLBLGen 2.6 Final (October 6th,2008 ) to build an ASP.NET 2.0 website (.NET Framework 2.0 - C#) using the Adapter template over an Oracle 9i.
I am trying to setup Auditing but I haven't been able yet. First of all I tried to use Dependency Injection using the instructions of the documentation and the code of the sample application but I couldn't get it to work either automatically nor by explicitly defining filters in Web.config.
Next I thought it would be more practical (and less "magical") to override the "CreateAuditor" method mentioned in the documentation but I can't find it!!!
Does it exist in the Adapter template or do I have to override the AuditorToUse property instead? Please note that I use LLBLGenDataSource2 heavily thus I can't set that property manually in a lot if situations.
Is there any sample code using this method? I prefer to create a partial class file instead of messing with the generated code.
I would appreciate any directions. Thanking you in advance!
Chris