Using session is fragile, it's non-scalable both on the client (meaning the user can no longer use multiple tabs to parallelize processes) and on the server (for obvious reasons), and it fools you ...
Microsoft SQL Server MVP Denny Cherry breaks down multiple ways on how to troubleshoot a type -2 blocking session ID error. When we look at sessions being blocked in ...
I was hoping someone could help me out with a problem I am having with load balancing. Here's the scenario:<BR>I want to load balance an ASP.NET 2.0 ecommerce application across two web servers with a ...