ASP.NET - remote screenshot

Posted by ufoq on Stack Overflow See other posts from Stack Overflow or by ufoq
Published on 2010-05-19T09:57:26Z Indexed on 2010/05/19 10:00 UTC
Read the original article Hit count: 198

Filed under:
|
|

Hi All,

I made a very very simple small app to take screenshot of the desktop and send to network share. About 10 PC's would have this app installed.

My idea is, that there will be one dashboard in ASP.NET, which simply shows those screenshots on the webpage. So far, easy stuff. But, because I don't want to clog the network and send the screenshot every 1 minute, I would like to launch the .exe on the remote PC's by demand of ASP.NET user.

Unfortunately I haven't found any information (and I'm a complete ASP.NET n00b), how to launch remote executable IN the context of the remote PC (so I won't see screenshots of ASP server :) ) If there is no such possibility, please advise about other way to solve this.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about remote