What information can we gather from a current logged in user to our application?
Does the server hold any information regarding Computer name on the network or OS used or any other information like that?
Thanks
Edit I will need to basically derive a table as below:
Username Computer-Network Name OS Last Logged in date
Craig craig-pc WIN7 today
I know I can get the last logged in date etc but not the other information, the reason for this is the system is being migrated from desktop to the web
The username.
No. But you could of course retrieve this information additionally by looking at the
Request.UserHostAddressproperty for example to retrieve the IP address. This could be done per request basis.