WCF 服务和 Windows Mobile 问题
我有一个非常简单的 wcf 服务。以及一个简单的Windows Mobile 客户端。
我有两台 Windows 2008 服务器。一台是我的开发电脑。另一个放在我们的dmz中。
如果我将应用程序部署到我的开发电脑、IIS,并一路打开端口(仅用于测试)。有用。
但如果我将服务复制到 dmz 服务器上,则不会。
我自己设置了两台机器,我可以通过移动设备上的互联网探索访问该服务。
我还创建了一个标准。 winforms 测试客户端,并且该服务在 dmz 上运行,只是不是来自移动设备...
有什么想法吗?
/阿德洛
I have a very simple wcf service. And a simple windows mobile client.
I have two Windows 2008 servers. One is my development pc. The other is placed in our dmz.
If I deploy my application to my development pcs, IIS, and open a port all the way in(Just for test). It works.
But if I copy the service on to the dmz server, it doesn't.
I have setup both machines myself, and I can reach the service from internet explore on the mobile device.
I've also created a std. winforms test client, and the service works on the dmz, just not from the mobile device...
Any idears what to do?
/adelo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保选中/启用 Windows 防火墙例外中的“万维网服务 (HTTP)”选项。
我今天遇到了同样的问题。
Make sure option "World Wide Web-services (HTTP)" in Windows Firewall exceptions is checked/enabled.
I ran into this same problem just today.
这可能与安全有关。
winforms测试客户端和移动设备之间的区别是,当您运行winforms应用程序时,您会登录到域吗?
It could be related to security.
Is the difference between the winforms test client and the mobile, that when you are running the winforms app, you are logged in to the domain?