How to create an ASP.NET web farm?
I am looking for information on how to create an ASP.NET web farm – that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, etc. servers?
I am looking for information on how to create an ASP.NET web farm – that is, how to make an ASP.NET application (initially designed to work on a single web server) work on 2, 3, 10, etc. servers?
I use ‘n’ number of server controls in my page. Now I am into performance tuning and I’ve noticed that my ViewState is too large and it makes my page slow.
I notice a lot of questions and articles talking about ajax comet. I also found some links to make it “scalable” since some of those posts talk about how it isn’t that scalable with ASP.Net. I’m wondering if Microsoft has a solution they’re working on or that is out that addresses an AJAX Comet solution for ASP.Net that is free.
“What are the largest sites built on Django today?”