如何从另一台计算机查看一台计算机提供的网页
我正在一台计算机上通过 IIS 运行网站,并且想在另一台计算机上查看该网页。我可以做到这一点的唯一方法是使用带有 IIS 的计算机的 IP 地址,但宁愿有一个 url。如何生成 url 或使用dynamicdns.com 的域名。我在该网站上注册了一个帐户,但不知道如何使用它。我不知道如何配置它。
I am running a website from IIS on one computer and I want to view the web page on another computer. the only way I can do this is by using the ipaddress of the computer with IIS on it but would rather have a url. How can I generate a url or use a domain name from dynamicdns.com. I signed up for an account on that website but dont know how to use it. I dont know how to configure it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果计算机位于同一 LAN 中,则可以用计算机名称替换 IP。如果您希望网站在 LAN 外部可见,并且可以根据您的dynamicdns.com 名称进行访问,您可能需要在路由器上设置端口转发,以便将对端口 80 的请求发送到您的 IIS 的 IP 地址服务器。
If the computers are in the same LAN you can substitute the computer's name for the IP. If you want the website to be visible outside the LAN, and accessible according to your dynamicdns.com name, you'll probably have to set up port forwarding on your router so that requests for port 80 are sent to the IP address of your IIS server.
编辑 Windows/system32/drivers/etc 下的主机文件,
添加 IP 和您要使用的任何主机名,例如
edit your hosts file under Windows/system32/drivers/etc
add the ip and any hostname you want to use, e.g.