Hi,
In our Asp.net web application we need to store the users details hitting the Application
like
UserId,
Login time,
Logout Time,
IPAddress,
AuditInfo(Like all pages user have gone through)
how can we do this...have created a table with all the above fields ..in what way i can insert user details....
please help me.