Windows Services and Remote IP capturing
Hello All,
I was developing this windows service application with c# in .net 2003 and want to know if there is a way to capture remote machines IP address within my Service.
Scenario:
My application runs as a windows service and monitors the activities done by the users on local machine as well as remote machine. so if a remote user connects to my server (say FTP server) and copies, deletes, renames, creates a file or folder or any other activity then my service should capture his IP. the service will be running on my ftp server itself.
~ Thank you in Advance.
|