DNN portal alias with internal IP

99封情书 提交于 2019-12-06 10:14:16

1) On any machine that you need to access the test sites, Edit C:\Windows\System32\drivers\etc\hosts to include:

     192.168.15.16    A
     192.168.15.16    B

2) Set the portal alias of site A to "A"

3) Set the portal alias of site B to "B"

4) Access site A via http://A/

5) Access site B via http://B/

6) Edit the bindings of your IIS Site to include "B" and "A" host headers

Notes

  • If you have a local domain controller, you can probably tell it to resolve "A" and "B" to the proper IP.
  • I use this same method on our dev machines, but I've yet to include multiple portals on the same DNN installation. I am assuming this will work.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!