Should I use remoting?



The scenario: multiple (load balanced) web servers supplying a single web
application. The web application gets its data from a single middle-tier
application that is also available on middle-tier multiple servers. There
are no distrubuted transactions.

What would be a good architecture under .NET for this scenario?

Thx!


.


Loading