Server Error in '/' Application.

Transaction (Process ID 73) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Transaction (Process ID 73) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

Source Error:


Line 98:             productNotification.Active = true;
Line 99: 
Line 100:            DataAccess.SaveModaProductNotification(productNotification);
Line 101:        }
Line 102:

Source File: c:\inetpub\wwwroot\moda.es\moda\redirect.aspx.cs    Line: 100

Stack Trace:


[SqlException (0x80131904): Transaction (Process ID 73) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.]
   ModaFramework.DataAccess.SaveModaProductNotification(ModaProductNotification productNotification) +276
   ModaWeb.moda.redirect.productPurchase() in c:\inetpub\wwwroot\moda.es\moda\redirect.aspx.cs:100
   ModaWeb.moda.redirect.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\moda.es\moda\redirect.aspx.cs:60
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0