Monitor what users are doing in an .net Application and trigger application functionality changes.
- by Jamie Clayton
I need some suggestions for how to implement a very basic mechanism that logs what multiple users are doing in an application. When another feature is running I then need to change the application, to restrict functionality.
Use Case Example
User can normaly edit unpaid records. If the application then runs a Payrun process (Long), I need to then change parts of the application to restrict functionality for a short period of time (eg. Make existing unpaid records readonly).
Any suggestions on how I can do this in a .net application?