1
vote
1answer
802 views

Is it better to disable Keep-Alive in IIS 7 for high traffic web applications?

The advice below applies to Apache, but it seems generic enough to apply regardless of system. My architecture is 3 web servers behind a load balancer. My IIS servers currently have keep-alive enabled ...
0
votes
1answer
246 views

Solid failover for IIS and ASP.NET MVC?

Our team is currently planning our next big project which looks to be an exciting one! We our product will be an ASP.NET MVC site which can either be deployed on a customers own server or they can ...
0
votes
2answers
572 views

loadBalancing/clustering on IIS/ASP.Net/SQL Server

I've to create an offer for a future ASP.NET application. They wants an high availability(99.9%+). So I'm searching the best solutions with .Net technologies(asp.net mvc 3, IIS 7, SQL Server 2008 R2) ...
0
votes
1answer
145 views

Best solution for 2 servers for HA

Just to say I know some about servers and databases but not enough to achieve what has been asked so I just need some advice to set me straight :) Okay so we have two dedicated servers running ...
1
vote
2answers
186 views

Options for sessions handling in IIS

What options are there for session handling with a modern .NET IIS Web architecture? I understand that IIS' native session support loses sessions upon restart. Furthermore, Microsoft recommends ...
2
votes
2answers
707 views

High Availability with 2 servers?

Is it possible to have a high availability setup with 2 servers? Running Windows Web Server 2008 and MSSQL Web Edition (as I know Express isn't supported)? Getting to the point where our one ...
2
votes
3answers
3k views

High-availability and load balancing on IIS?

I need to study about high-availability and load balancing of a web server. My choice was IIS, cause of I'm familiar with it. I have some questions to ask: Which is the first version of IIS that ...
4
votes
4answers
273 views

High-availability system, how do I start?

I want to study about high-availability server, and then build a demo system (which contains HA web server - IIS, and a HA database - SQL Server ). I have some experiences about high-availability ...