Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am creating a small web application.I would like to implement load balancing in it.Which means i have to run my application first time with one server and after i minimize it and i run the same appication again by hitting the run button ,it should be run in another server.Is this possible through load balancing only?I have googled and i made changes in web.configfile.But,still i can't get what i expected.I am running my project in asp.net development sever not in IIS.Do i need any physical server doing this?I request you to clarify my doubts.

Thanks
Posted

1 solution

It's the load balancer which decides which server to give the response to. that is what it is meant to do . It will automatically route the request based on the load on the machines.

If your application is small then why would you need load balancing on it ?

For development purpose It doesn't matter whether you are running your Application from Web Developement Server or from IIS. While hosting make sure you are hosting in IIS.
 
Share this answer
 
Comments
Philippe Mori 27-Sep-11 19:29pm    
Effectively, for a small web site, you probably don't have to worry about that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900