summaryrefslogtreecommitdiffstats
path: root/projecttemplates/WebFormsRelyingParty/Global.asax.cs
diff options
context:
space:
mode:
Diffstat (limited to 'projecttemplates/WebFormsRelyingParty/Global.asax.cs')
-rw-r--r--projecttemplates/WebFormsRelyingParty/Global.asax.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/projecttemplates/WebFormsRelyingParty/Global.asax.cs b/projecttemplates/WebFormsRelyingParty/Global.asax.cs
index 15a1047..8a14dfc 100644
--- a/projecttemplates/WebFormsRelyingParty/Global.asax.cs
+++ b/projecttemplates/WebFormsRelyingParty/Global.asax.cs
@@ -148,6 +148,7 @@ namespace WebFormsRelyingParty {
if (DataContextTransactionSimple != null) {
DataContextTransactionSimple.Rollback();
DataContextTransactionSimple.Dispose();
+ DataContextTransactionSimple = null;
}
}