Click here to Skip to main content
15,904,288 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I build an application in asp.net in that i want to build a client server application. but server can have a previllage to see clients desktop on his computer. and also disable clients USB drive, means he has a total controll power on his hands. that all done through programming.

please help me if u know something.
Posted

Cannot be done using ASP.NET.

You need to employ Remoting / Socket programming for that.
ASP.NET (produces html) runs in a browser, and browser dont have privileged to access the client.
;)
 
Share this answer
 
You are in wrong track. ASP.NET is nothing to do with what you want. Try to do it using Windows Application. :)
 
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