首页上一页 1 下一页尾页 1 条记录 1/1页
关于remoting文件传递请教二
发表在C#图书答疑
2010-06-26
是否精华
是
否
版块置顶:
是
否
明日科技你们好!
感谢你们的热情和谦虚,以及即时回答!单还是弄不情什么原因2台计算机之
间的文件传递失败!
以下比较详细上传请百忙中再看问题可能存在哪儿?
一。已经设置:(准备工作)
1。。
(1)服务器用计算机:IP=133.199.110.66
客户用计算机: IP=133.199.110.33
(2)两台计算机,都关闭了windows防火墙,互相Ping,ok.
(3)两台计算机,打开了文件和打印机共享。利用windows网络安装向导。
(4)下载的文件肯定存在。
2。。服务器配置文件:
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown
mode="Singleton"
type="RemotingClass.FraClass,Remotingclass"
objectUri="Tcpservice"
/>
</service>
<channels>
<channel ref="tcp" port="9999"/>
</channels>
</application>
</system.runtime.remoting>
</configuration>
3。。客户配置文件:
<configuration>
<system.runtime.remoting>
<application>
<client>
<wellknown
type="FarClass,RemotingClass"
url="tcp://133.199.110.66:9999/Tcpservice"
/>
</client>
</application>
</system.runtime.remoting>
</configuration>
二。。???
(1)下栽的文件是肯定存在的。在一台(本地)计算机上传递成功。
(2)其它您们已经设计好了!(服务器类,调入配值文件,)
我的理解是,2个配值文件之外,其它不必修改直接调用可以了!
感谢你们的热情和谦虚,以及即时回答!单还是弄不情什么原因2台计算机之
间的文件传递失败!
以下比较详细上传请百忙中再看问题可能存在哪儿?
一。已经设置:(准备工作)
1。。
(1)服务器用计算机:IP=133.199.110.66
客户用计算机: IP=133.199.110.33
(2)两台计算机,都关闭了windows防火墙,互相Ping,ok.
(3)两台计算机,打开了文件和打印机共享。利用windows网络安装向导。
(4)下载的文件肯定存在。
2。。服务器配置文件:
<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown
mode="Singleton"
type="RemotingClass.FraClass,Remotingclass"
objectUri="Tcpservice"
/>
</service>
<channels>
<channel ref="tcp" port="9999"/>
</channels>
</application>
</system.runtime.remoting>
</configuration>
3。。客户配置文件:
<configuration>
<system.runtime.remoting>
<application>
<client>
<wellknown
type="FarClass,RemotingClass"
url="tcp://133.199.110.66:9999/Tcpservice"
/>
</client>
</application>
</system.runtime.remoting>
</configuration>
二。。???
(1)下栽的文件是肯定存在的。在一台(本地)计算机上传递成功。
(2)其它您们已经设计好了!(服务器类,调入配值文件,)
我的理解是,2个配值文件之外,其它不必修改直接调用可以了!