views:

126

answers:

1

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,

+3  A: 

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

Duncan
But what about the DBs any idea ?
Issa Qandil