简体   繁体   English

从服务器到客户端计算机C#执行远程应用程序

[英]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. 我的动机是在客户端计算机上执行程序(例如,安装在服务器上的Winword)。 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. 听起来好像您想使用Seamless Windows(在Windows Server 2008上称为RemoteApp)在Remote Desktop上运行应用程序。

As a starting point, check out this article: Terminal Services RemoteApp (TS RemoteApp) 首先,请查看本文: 终端服务RemoteApp(TS RemoteApp)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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