i have develop one application....now when user login and logout then i want to track there time as well as ip address..also if possible i want to track there pc ip address ("sub ip address)...
string IP = Request.ServerVariables["REMOTE_ADDR"].ToString(); You will not be able to access their time, but you can use the server time... Or if you do want, try to make JavaScript that will set the time on to a hidden variable on the page and request it.. DateTime.Now will give you the time of the SERVER...YOUR server let me know of any other question. Isaac, http://www.7Live7.com