How can I audit a web application specifically database changes, when the application is connecting to the database as a system account?
I have a question about auditing. Most auditing examples use one audit table to track changes. However, we need one audit table per \"regula开发者_高级运维r\" table. In other words, tblCustomer would
The project I\'m working on needs some simple audit logging for when a user changes their email, billing address, etc.The objects we\'re working with are coming from different sources, one a WCF servi
I am trying to write an application to track legal case requests.The main model is Case, which has_many Subjects, Keywords, Notes, and Evidences (which, in turn, has_many CustodyLogs).Since the applic