Developing High-Performance ASP.NET Applications
1. Disable session state when you are not using it. 2. Choose your session-state provider carefully. 3. Avoid unnecessary round trips to the server. 4. Use Page.IsPostBack to avoid performing unnecessary processing on a round trip. 5. Use ASP.NET server… Read moreDeveloping High-Performance ASP.NET Applications