audit trail
-
hey bro i want to add audit trail to my project ,bro i was seen your post about that but not working for me can u help me , i use asp.net core 3
-
hey bro i want to add audit trail to my project ,bro i was seen your post about that but not working for me can u help me , i use asp.net core 3
Who do you think you are sending this message to? there are over 14 million members on this site, and as far as I am aware none of them are called 'bro'. Also, i notice that I gave you a suggestion two days ago in your original post of this query: https://www.codeproject.com/Questions/5283553/Audit-trail-in-ASP-NET-core[^].
-
hey bro i want to add audit trail to my project ,bro i was seen your post about that but not working for me can u help me , i use asp.net core 3
-
Who do you think you are sending this message to? there are over 14 million members on this site, and as far as I am aware none of them are called 'bro'. Also, i notice that I gave you a suggestion two days ago in your original post of this query: https://www.codeproject.com/Questions/5283553/Audit-trail-in-ASP-NET-core[^].
it is not working for me i want audit log not logging logs !!
-
it is not working for me i want audit log not logging logs !!
-
It is exactly the same concept. The important thing is what information you put in the log.
i'll try more different ways but not working for me , i want audit to record every things in my system where user performed !
-
i'll try more different ways but not working for me , i want audit to record every things in my system where user performed !
-
hey bro i want to add audit trail to my project ,bro i was seen your post about that but not working for me can u help me , i use asp.net core 3
Such a concise and detailed question
(it' not working for me)
deserves a a detailed response - then fix it. Are you trying to audit database changes, keystrokes on the web site, movement through your web site. What are you trying to achieve, if you give us some detail we may be able to help you.Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
-
Such a concise and detailed question
(it' not working for me)
deserves a a detailed response - then fix it. Are you trying to audit database changes, keystrokes on the web site, movement through your web site. What are you trying to achieve, if you give us some detail we may be able to help you.Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP
hi bro ,i want to add audit log to my all tables in my projects when users delete or create or update data in system
-
hi bro ,i want to add audit log to my all tables in my projects when users delete or create or update data in system
-
We have no idea what you are doing, or what you mean by "not working for me". If you want help with a programming problem then you need to provide proper details.
-
I think he's missing the part where one actually "calls" the logger.
It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food
-
hi bro ,i want to add audit log to my all tables in my projects when users delete or create or update data in system
You have a choice, depending on your database you can add triggers spit to audit activity or you can add some sort of auditing to your DAL in c# that records each activity into the database. Personally I create triggers spit in the database to audit all master file tables IE I do not audit transaction tables.
Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP