dotNET:同一台机器上的远程连接——可能吗?

发布于 2025-01-07 15:18:42 字数 324 浏览 2 评论 0原文

我在我的笔记本电脑上部署了一个基于 C# 的 winforms 或 ASP.NET 应用程序,它必须远程连接到 Windows 服务。配置文件中提到的协议是 TCP-IP,如下所示:

<wellknown url="tcp://LaptopMachineNAme:8085/MyService" type="MyController, MyOwn.AppTier" />

如果我的笔记本电脑上也安装了“windows 服务”,会发生什么情况?...winforms 或 ASP.NET 应用程序是否能够在计算机上建立“远程连接”?同一台机器”...???

I am having a C# based winforms or ASP.NET application deployed on my laptop which has to remotely connect to a windows service. The protocol mentioned in config file is TCP-IP as follows:

<wellknown url="tcp://LaptopMachineNAme:8085/MyService" type="MyController, MyOwn.AppTier" />

What would happen if the 'windows service' is also installed on my laptop?... Will the winforms or ASP.NET application be able to establish the "remote connection on the SAME machine"...???

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

拥抱我好吗 2025-01-14 15:18:42

连接到安装在同一台计算机上的服务没有问题。我将使用 命名管道 来完成此任务,那里对同一服务有 2 个(或更多)绑定是没有问题的。

There is no problem connecting to the service which is installed on the same computer. I would use named-pipes for this task, there is no problem having 2 (or more) bindings to the same service.

不羁少年 2025-01-14 15:18:42

当尝试连接到你自己时,甚至没有通过FW IMO...

我已经完成了一些在同一主机上使用WinForms/ASP.NET与Windows服务相结合的项目 - 工作完美美好的

Doesn't even pass the FW IMO, when trying to connect to yourself...

I've done some projects that are using WinForms/ASP.NET combined with Windows Services on the same host - works perfectly fine

帅的被狗咬 2025-01-14 15:18:42

我已经测试了很多客户端和服务器在同一台机器上工作的解决方案。应该有效。您可以使用 localhost 作为机器名称。

I've tested pretty many solutions having client and server working on the same machine. Should work. You can use localhost as machine name.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文