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,

Issa Qandil
  • 1,228
  • 10
  • 17

1 Answers1

4

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
  • 10,218
  • 14
  • 64
  • 96