Executing a remote application from server to client machine C#
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)
精彩评论