Monitor what users are doing in an .net Application and trigger application functionality changes.
Posted
by Jamie Clayton
on Stack Overflow
See other posts from Stack Overflow
or by Jamie Clayton
Published on 2010-05-17T03:19:27Z
Indexed on
2010/05/17
3:30 UTC
Read the original article
Hit count: 352
.NET
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?
© Stack Overflow or respective owner