My posts tagged with "deadlock"(RSS)

Deadlock when storing Asp.net sessions in SQL server during peak load

When there is more than 1 server in web farm scenario it is an obvious choice to go for session out-of-proc either with SQL server or State server. While storing session with SQLServer if you see issues with SQL deadlock during peak loads involving DeleteExpiredSessions...

Microsoft Communities