| Added: March/18/2007 at 1:25pm | IP Logged
|
|
|
Advanced Database Logging Mod Settings
This is what you add to the web config variables get the Advanced Database Logging Mod working on the .net side of things.. make sure it is working under regular ASP 1st and the table exists in the database
this requires version 1.2 or higher of the authentication dll
<add key="ASPP_tbl_label_logs" value="ASPP_Logs" /> <add key="ASPPUseLogDatabase" value="true" />
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|