远程桌面应用程序 [英] remote desktop application

查看:154
本文介绍了远程桌面应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我使用WCF服务创建了一个应用程序。我是编程新手。

我需要帮助才能在其他机器上使用该服务。我怎么做?

解决方案

远程桌面应用程序与WCF无关,因为它使用自己的协议,RDP:

< a href =http://en.wikipedia.org/wiki/Remote_Desktop_Protocol> http://en.wikipedia.org/wiki/Remote_Desktop_Protocol [ ^ ],

http://en.wikipedia.org/wiki/Remote_Desktop_Services [ ^ ]。



您可以在CodeProject上找到客户的好样本:

使用C#.NET的远程桌面 [ ^ ],

Palantir - 远程桌面管理器 [ ^ ](这个,不完全完整,是我的最爱:在过去,当微软客户端无法应对某些情况时,这个产品救了我)。



当然,只有当您想在远程计算机上使用可用的远程桌面服务时,才需要这样做。这很有意义,因为与客户端应用程序相比,服务可能严重依赖于操作系统的版本。然而,如果你真的想与WCF合作,那么你可能需要开发自己的替代服务。如果您决定这样做,可能是 Windows服务

http ://en.wikipedia.org/wiki/Windows_service [ ^ ],

http://msdn.microsoft.com/en -us / library / zt39148a.aspx [ ^ ]。



在这种方法中,问题是访问服务本地的桌面。对于WCF,您可以将其用作Windows服务应用程序自托管:

http://msdn.microsoft.com/en-us/library/ee939340.aspx [ ^ ]。



我强烈建议你不要以这种困难的方式去您的产品的未来几乎不安全。我建议保留RDP和客户端部分软件。



-SA


试试这个链接。



http:// devproconnections.com/net-framework/how-consume-wcf-service-using-wpf [ ^ ]


我想在另一台机器上使用该服务,而不是在我的服务所在的同一台机器上位于

Hi,
i have created an application using a WCF service. i am a newbie in programming.
i need help to consume that service on other machine. how do i do it ??

解决方案

Remote desktop application is unrelated to WCF, because it uses its own protocol, RDP:
http://en.wikipedia.org/wiki/Remote_Desktop_Protocol[^],
http://en.wikipedia.org/wiki/Remote_Desktop_Services[^].

You can find good samples of the client on CodeProject:
Remote Desktop using C#.NET[^],
Palantir - Remote Desktop Manager[^] (this one, being not perfectly complete, is my favorite: in the past, when Microsoft client failed to cope with some situation, this product saved me).

Of course, you need to go this way only if you want to use available Remote Desktop service on remote computers. This makes a whole lot of sense, because the service, in contrast to client application, may seriously depend on the version of the OS. Nevertheless, if you really decidedly want to work with WCF, chances are, you would need to develop your own, alternative service. If you decide to do so, it could be the Windows Service:
http://en.wikipedia.org/wiki/Windows_service[^],
http://msdn.microsoft.com/en-us/library/zt39148a.aspx[^].

In this approach, the problem will be the access to a desktop local to the service. As to WCF, you can use it as self-hosted by the Windows Service application:
http://msdn.microsoft.com/en-us/library/ee939340.aspx[^].

I would strongly recommend you not to go in this difficult way, where the future of your product hardly can be secure. I would advise to keep to RDP and client part of the software.

—SA


Try this link.

http://devproconnections.com/net-framework/how-consume-wcf-service-using-wpf[^]


i want to consume that service on another machine not on the same machine where my service is located


这篇关于远程桌面应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆