Hi, I have two web sites deployed, one from Visual Studio Express, the other from Web Matrix, they are both up and running fine and i can connect to them from internet. I have uploaded an application (my own load balancer) to a virtual machine. My goal is to have my internet traffic on port 80 go to the load balancer, then the client request (HTTP) passed to the web server. I have endpoints on port 80 set up on the virtual machine.
My issue is that I cannot get the load balancer on the virtual machine to communicate (and receive the traffic on port 80) with the web sites i have created.
I am not sure if the web site is on the same virtual network? Do i need to create a vm first then upload the web site there so these machines can all communicate with each other? From the load balancer vm, I can resolve the name of the web site, but i cannot ping it.
Regardless of it being a load balancer, how do i get an Azure virtual machine to communicate with the Azure web site?
I hope this makes sense and i appreciate your help! I am online and will provide and data that can help resolve this.
Thank you, Shane