从远程计算机使用 Asp.net Web 服务
我创建 Asp.net WS 并将其托管在 IIS 上。现在我想从远程计算机或另一台计算机上使用它。当我在远程计算机上插入 WS 的 URL 时,Internet Explorer 浏览器页面中会出现一条错误消息,显示
This program cannot display the web page
我正在工作Visual Studio 2008、Windows 7 上的客户端应用程序是Asp.net 网站。 我不知道是什么问题?? 我是否已将两台计算机连接到 LAN(在它们之间建立网络)或仅足够每台计算机连接到互联网?
I create Asp.net WS and host it on the IIS.Now i want to consume it from remote computer or another computer.When i insert the URL of the WS on the remote computer an error message appears inside internet explorer browser page says
This program cannot display the web page
i work on Visual studio 2008, windows 7 and the client application is Asp.net website.
i don't know what is the problem??
have i connect the two computers with LAN(make network between them) or just enough each one connect to the internet??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您的计算机需要能够相互连接。
如果它们在 LAN 上,那么您需要为 asp.net WS 指定 LAN 地址。
另请检查您的防火墙是否阻止连接,需要确保 IIS 托管的端口可用于连接。
如果没有帮助,请向我们提供有关问题的更多信息。
Your computers need to be able to connect to each other.
If they on LAN, then You need to specify LAN address for asp.net WS.
Also check Your firewall for blocking connections, need to be sure that port were IIS hosted is available for connection
If nothing helps, then provide us more information about problem.
真的,我不知道问题是什么。当我在另一台计算机上执行相同的操作时,它可以运行,但在我的笔记本电脑上却无法运行。
Really i don't know what is the problem.When i do the same thing in another computer it runs but on my laptop doesn't run.