Session state management with web farm

Since we are going to use balanced web servers the Session State management will needs to be stored in SQL Server database. Separate database will need to be setup for this purpose. Here is link to the article http://msdn2.microsoft.com/en-us/library/ms178586(vs.80).aspx  that we based our setup on.

Here is one more link to explain our approach http://sjbdeveloper.blogspot.com/2006/05/using-custom-database-for-persisted.html

Error Handling in ASP.NET

http://www.codeproject.com/aspnet/ErrorHandlingASPNET.asp

An Introduction To Performance Counters

http://www.codeproject.com/dotnet/perfcounter.asp

http://msdn2.microsoft.com/en-us/library/fxk122b4.aspx

Performance Counters (IIS 6.0)

Displaying Performance Monitor Information through an ASP.NET Web Page, Part 2

http://aspnet.4guysfromrolla.com/articles/041002-1.2.aspx


processModel Element (ASP.NET Settings Schema)

http://msdn2.microsoft.com/en-us/library/7w2sway1(VS.80,d=printer).aspx

Contention, poor performance, and deadlocks when you make Web service requests from ASP.NET applications

http://support.microsoft.com/kb/821268