Please note that we are not creating real Server Farm, but this setup is for local development only, using only one IIS Server with 2 Web sites on it, that are mimicing 2 nodes for web farm.

  1. Create folder c:\Projects\dnn932-farm\Website and temporary place very simple index.htm in it. This just for test. Latter you will delete it.

  2. Add first node new website dnn932-node1.dnndev.me, physical path: c:\Projects\dnn932-farm\Website, type: http, IP address: *, port: 80, and leave host name empty.
  3. Add second node new website dnn932-node2.dnndev.me, physical path: c:\Projects\dnn932-farm\Website, type: http, IP address: *, port: 80, and leave host name empty.
  4. In you browser open both web sites (http://dnn932-node1.dnndev.me , http://dnn932-node2.dnndev.me) and check that you see index.htm you placed in c:\Projects\dnn932-farm\Website.
  5. Please delete index.html.