这两天研究了一下Remoting, 改了MSDN 的例子。

那个例子不是很方便。

我做了如下改进: 

  1. 整个sample做成一个solution
  2. 用了windows service 来做server。
  3. 用了80端口,来突破防火墙
  4. Add interface project, so client reference interface rather than class 

部署时要注意的地方: 

  1. 如果不改变 ZZ Remoting Test Host.config中的端口80,那么需要停止IIS
  2. ZZ Remoting Test Host.config 要拷贝到 C:\windows\system32,这是windows service寻找配置文件的地方。
  3. 使用命令installutil RemoteHost.exe 安装 windows service,然后启动service
  4. 修改Client.exe.config 改成您需要的IP

 

代码下载

相关文章:

  • 2021-06-13
  • 2021-09-30
  • 2021-10-23
  • 2022-02-07
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-09-17
相关资源
相似解决方案