API 调用 Windows Server 的问题
我编写了一个 Web 应用程序,用于对 Web 服务进行 API 调用。这在开发服务器上以及当我在 Windows 7 计算机上运行该应用程序时运行良好。我无法让它在 Windows Server 2008 上运行。我已经使用了防火墙,但仍然不起作用。我做错了什么?
编辑: 我将域添加到受信任的站点(通过 IE)并重新启动 IIS。
I wrote a web app that makes API calls to a web service. This works fine on the development server and when I run the app on my Windows 7 machine. I can't get this to run on Windows Server 2008. I have played with the firewall and still nothing is working. What am I doing wrong?
Edit:
I added the domain to trusted sites(through IE) and restarted IIS.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,主机上的时间比客户端晚 12 小时(即上午到下午)存在问题。我改变了这个,看起来效果很好。这很奇怪,我将进一步研究。
It turns out there was in issue with the time on the host being 12 hours behind the client(ie AM went it was PM). I changed this and it seemed to work fine. This is quite odd and I am going to look into further.