Hi,All
I have a windows application in C#.NET 2005 that asks for username and password when logging in to the application .I need to create a log for the user activities (i.e username,entry time,exit time ) to know who was the user that was using the application in specific period and when he had entered,stayed, and closed the application.
I would appreciate if any one could help me
thanks in advance
Guest UserPosted Dec 25, 2008, 1:55 AM
omar ahmedPosted Dec 24, 2008, 3:06 PM
Hi all
Thanks John Penn
but what I need is to create users avtivities with in my appliction even if there is power failure so that I will be able to control the control users' activities (user 'xxx' has transacted on ' TIME' , dropped table at 'Time' ...etc)
System.Security.Principal.WindowsIdentity.GetCurrent();
Response.Write(user.Name);
but I need it in my own appliction's user account
how can I write the code in c# for the user logon like the one in windows
I would prefer if u would write some few lines of code of how this will take place.
tanx
Guest UserPosted Dec 23, 2008, 5:54 PM