Load Balancing and High Availability for Web Site
        Posted  
        
            by nzgirl
        on Server Fault
        
        See other posts from Server Fault
        
            or by nzgirl
        
        
        
        Published on 2010-03-17T04:31:26Z
        Indexed on 
            2010/03/17
            4:41 UTC
        
        
        Read the original article
        Hit count: 225
        
We've developing a database driven (70%/30% read/write load) website using C#.NET, IIS and MS SQL Server 2008 to be hosted on Windows 2008. Due to contractual reasons our setup has to be hosted on our own physical/virtual servers instead of a cloud solution at this stage.
Could someone outline or link to some best practices that would provide both high availability (priority at the moment) and eventually load balancing for our site. We're probably looking at some sort of 2 SQL server mirrored system and 2 ISS web servers to start with.
Thanks in advance.
© Server Fault or respective owner