Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing an application for tracking the client activity from server machine.

For this i want to execute exe automatically on client machine when he logins on system in LAN. How will i run that client exe on that machine?

I also want to track the URL he visited and how much or what data he downloaded from. Which websites he logs into, log off on client machine.
Also i want to watch his file system so that i know about the files he modified and deleted.

Can anybody suggest me the idea for how to perform these task?
You may help me by giving source code or url which will help me for developing this application.

Thanks in advance
[Email removed]
Posted
Updated 23-Jun-10 23:49pm
v2
Comments
Sandeep Mewara 24-Jun-10 5:53am    
No need to provide your email address - once anyone replies your question, an email will be dropped to the id registered with CP.

ramkrishna.jangale wrote:
I also want to track the URL he visited and how much or what data he downloaded from. Which websites he logs into, log off on client machine.
Also i want to watch his file system so that i know about the files he modified and deleted


You want an admin overview sort of thing. Google/Consult for applications that can monitor network and URL accessed. Though, you need to make sure Privacy act is followed properly and you are not tracking any private information like passwords and all.


ramkrishna.jangale wrote:
You may help me by giving source code or url which will help me for developing this application.

Asking for full code is not encouraged here. No-one will give you code. Already built applications and provisions are present in order to track activities on a client machine. Why do you want to make your own?
 
Share this answer
 
I am not asking for full code.
But if u knoe about which api's i have to use then it may help me.
Already i built my own code but some issues are there so i want alternate way.
 
Share this answer
 
Most non-consumer-grade routers/frewalls handle this, and the resulting logs can usually be configured to be emailed to an appropriate authority. There is absolutely no need to write code to perform this task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900