Hi, I am using asp.net 3.5 and SQL server 2008 and want to setup a very simple web farm.
I have purchased 2 VIRTUAL servers, I DO NOT use viewstate or sessions on my webpages, just cookies so all I need to do is have 2 versions of the same database, on each virtual server (I assume) and 2 versions of the binaries/webpages on each server (I assume). What I need is some sort of guide to set these up so that when a user makes a request:
a) The servers are load balanced and the request sent to the least loaded server b) Whenever a SQL database change is made, it is reflected in the other database too
Does this sound possible?