vote up 0 vote down star
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,

flag

1 Answer

vote up 3 vote down check

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|flag
But what about the DBs any idea ? – Issa Qandil May 8 at 22:05

Your Answer

Get an OpenID
or

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