Windows IIS 测试服务器设置
我购买了一台新服务器来进行一些测试,并且需要一些帮助来设置我的家里环境。
我想做的是:测试服务器将用于测试 SaaS 产品的新代码和配置。我想从我的笔记本电脑输入 www.acme.com 并将其连接到服务器。服务器连接到无线路由器。
我的 Windows Server 2008 和 IIS 在 IP 192.168.1.4 上运行。
设置此功能的最佳方法是什么?我想访问 www.acme.com 的测试服务器,而不是访问互联网。
我需要弄乱 LMHosts 文件吗?
感谢您的帮助。我确信这很容易,但以前从未这样做过。
I picked up a new server to do some testing and need of a little help in setting up my environment at home.
Here is what I would like to do: The test server will be used to test new code and configurations for a SaaS product. I would like from my laptop to enter www.acme.com and have it hit the server. The server is connected to a wireless router.
I have windows server 2008 with IIS running on an an IP of 192.168.1.4.
What is the best way to set this up? I want to hit the test server for www.acme.com and not go out to the internet.
Do i need to mess with the LMHosts file?
Thanks for the help. Im sure its easy but have never done this before.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的开发盒上编辑 c:\windows\system32\drivers\etc\hosts 文件并添加行:
192.168.1.4 acme.com
这应该可以解决问题...
On your dev box edit the c:\windows\system32\drivers\etc\hosts file and add the line:
192.168.1.4 acme.com
That should do the trick...