You can also check Myrtille, which is similar to Guacamole, but for Windows.
PS: Myrtille is the open source incarnation of Steemind cited above. I just saw the comment as I write these lines. @lopsided: please apologize my high latency reply.
I don't believe there is any way you can launch RDP from asp.net and relay it through the browser, there are other remoting solution that are web based, you can check out:
发布评论
评论(6)
您还可以查看 Myrtille,它类似于 鳄梨酱,但适用于 Windows。
PS:Myrtille 是上面引用的 Steemind 的开源化身。我在写这些行时刚刚看到了评论。 @lopside:请为我的高延迟回复道歉。
You can also check Myrtille, which is similar to Guacamole, but for Windows.
PS: Myrtille is the open source incarnation of Steemind cited above. I just saw the comment as I write these lines. @lopsided: please apologize my high latency reply.
在这里,我们创建了新的 rdp 文件,其中包含动态 IP 地址到上述路径,并且将使用 HttpResponseMessage
API 控制器
客户端代码:下载该文件
Here, We have created new rdp file with dynamic IP address to mentioned path and the same will be downloaded by using HttpResponseMessage
API Controller
Client Side Code:
我不相信有任何方法可以从 asp.net 启动 RDP 并通过浏览器中继它,还有其他基于 Web 的远程解决方案,您可以查看:
GoTo My PC: http://www.gotomypc.com/
和
LogMeIn:http://www.logmein.com/
如果您不需要 GUI 但需要 ASP .NET 在另一台服务器上执行远程代码,您可能可以使用 PowerShell 的远程处理功能:
http://technet.microsoft.com/en-us/library/dd819505.aspx
I don't believe there is any way you can launch RDP from asp.net and relay it through the browser, there are other remoting solution that are web based, you can check out:
GoTo My PC: http://www.gotomypc.com/
and
LogMeIn: http://www.logmein.com/
If you don't need a GUI but need your ASP.NET to execute remote code on the other server you can probably use PowerShell's remoting features:
http://technet.microsoft.com/en-us/library/dd819505.aspx
我相信 Window 服务器已经支持此功能,您只需要安装 RDP 远程应用程序即可观看此 youtube 以了解如何安装 http://www.youtube.com/watch?v=S6CIAGfcTU8&feature=lated
信息 http://www.youtube.com/watch?v=7KKtTw5RTCc
I do believe Window server already supports this you just need to install the RDP remote application watch this youtube to find out how to install http://www.youtube.com/watch?v=S6CIAGfcTU8&feature=related
info http://www.youtube.com/watch?v=7KKtTw5RTCc
将此代码传递到 HTML 文件,如果需要,您可以稍后将其分割,而不是分隔 HTML 和代码隐藏的 ASP.net aspx 文件。
http://msdn.microsoft .com/en-us/library/windows/desktop/aa380809%28v=vs.85%29.aspx
查看最低要求到客户端机器。
良好的编程!数字世界的“蓝色工作者”们! :)
Pass this code to an HTML File and if you want you can divide it later no an ASP.net aspx file separating the HTML and Code Behind.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa380809%28v=vs.85%29.aspx
Check out the minimal requirements to client machine.
Good Programming ! fellow "blue color workers" of the digital world ! :)
您可以创建一个链接,使用简单的控制器在 ASP.Net MVC 中下载自动生成的 .rdp 文件。
创建控制器:
创建一个链接以在您的视图中调用它:
或者:
You can create a link which will download an automatically generated .rdp file in ASP.Net MVC using a simple controller.
Create a controller:
Create a link to call this in you view:
Or: