简体   繁体   中英

Executing a remote application from server to client machine C#

My motive is to to execute a program (eg winword which is installed on a server) at a client machine. And also the end user should not know the program is running form a remote machine ie end user just click on a button and the program get executed without asking any credentials.

Please help me how can i achieve this target.

Thanks in advance.

It sounds like you want to run the application over Remote Desktop using Seamless Windows, called RemoteApp on Windows Server 2008.

As a starting point, check out this article: Terminal Services RemoteApp (TS RemoteApp)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM