开发者

Executing a remote application from server to client machine C#

开发者 https://www.devze.com 2023-01-29 19:50 出处:网络
My motive is to to execute a program (e.g. 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 i.e. end user

My motive is to to execute a program (e.g. 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 i.e. end user just click on a button and 开发者_StackOverflow社区the program get executed without asking any credentials.

Please help me how can i achieve this target.

Thanks in advance.


See http://csharp.net-informations.com/remoting/run-remote-application.htm

I hope it will help you a lot.


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)

0

精彩评论

暂无评论...
验证码 换一张
取 消