I have a simple asp.net mvc2 website and I have a ms sql database, every user can use the site, must log in, I want to create a new table and save user actions in it when the user deletes a file or adds add a new navigation file to any new page entry in the table, is it possible to put a function before the program goes to the controller to store user actions itβs a pity that I am new to this
source
share