Possible Duplicate:
IIS7 Web Farm Framework 2.0 Basic Setup Questions On Load Balancing
Pardon the basic questions but I can't seem to find any basic answers.
I'm in the process of standing up a standard server farm using Web Farm Framework 2.0. I set up a controller server and a primary server. When I provisioned my primary server I did so enabling load balancing. I then deployed a basic MVC application on my primary server. I am able to ping my client application when I hit the primary server directly confirming everything is OK on that end. For the sake of kicking tires, what I'd like to do is access that same MVC application through my farm.
For clarity, let's say my environment looks like this: controller (IP: 192.168.0.1), primary (IP: 192.168.0.2).
To access the MVC application through the farm, what address should I be pointing to? I assumed it would be 192.168.0.1/mymvcapplication however that does not work. Keep in mind, by-passing the load balancer (which I presume is my controller server) works fine. Am I missing something in terms of enabling load balancing? Is there something else I'm required to do (on my controller or primary server) beyond just checking the Enable Load Balancing checkbox when provisioning the primary server?
Any tips would be greatly appreciated!