Hi,
I have an asp .net 2.0 web application which is a online survey system.At times it has huge number of users and the application go slow.
I wanted to do load balancing for the web application which runs in a single server now.
Will anyone suggest me...
a) In what all scenarios i should consider load balancing to my application?
b) what type of applications need load balancing?
c) what is the pros and cons of load balancing?
d) what is the guidelines for devoloping applications which targets load balancing,
e) At max how many number of concurrent users can access web application without load balncing without affecting performance much?
In my case application is already devoloped.What all the areas i should make changes to prepare it for load balancing.
thanks in advance
SC