Hi ,
I am developing a download manager using c#.net, i need to open my download manager only when the user logins in the browser. i need to read the logged user and to maintain a history of the downloads which he made in a xml file by his name. In this i cant able to read the user who logged in the browser through my windows application. for this i have decided to store the local client ip and the remote server ip in the database and to read from there i have succeed in this attempt too, but now the problem is that local client ip cannot be read for some systems, in that case my local client ip is empty and remote server ip is there if there are two users of this type logged in, i can't able to differentiate the users so is there any way to uniqely identify the user system like mac address or GUID if so how can i read this values using my both web and window application.
Thanks,
Hema
I am developing a download manager using c#.net, i need to open my download manager only when the user logins in the browser. i need to read the logged user and to maintain a history of the downloads which he made in a xml file by his name. In this i cant able to read the user who logged in the browser through my windows application. for this i have decided to store the local client ip and the remote server ip in the database and to read from there i have succeed in this attempt too, but now the problem is that local client ip cannot be read for some systems, in that case my local client ip is empty and remote server ip is there if there are two users of this type logged in, i can't able to differentiate the users so is there any way to uniqely identify the user system like mac address or GUID if so how can i read this values using my both web and window application.
Thanks,
Hema
Comment