up vote 0 down vote favorite
1
share [g+] share [fb]

I was wondering what do i need to get my asp.net web application installed on multiple server, having them working as a one piece.

Thanks in advance,

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

You'll need a load-balancer which will automatically route the requests between your different servers hosting your application.

http://www.hanselman.com/blog/LoadBalancingAndASPNET.aspx

link|improve this answer
But what about the DBs any idea ? – Issa Qandil May 8 '09 at 22:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.