From c651113dcd64e60a3d7a5946735127c362d01aaf Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 13 Apr 2006 17:24:08 +0000 Subject: [PATCH] 2006-04-13 Chris Toshok * data/net_2_0/machine.config: add system.data section listing the SqlClient provider. Also add system.web section listing the membership and role providers. This is here instead of in web.config because the providers are meant to be available to non-web applications as well. svn path=/trunk/mono/; revision=59465 --- ChangeLog | 8 ++++++++ data/net_2_0/machine.config | 20 ++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index 76d907a3517..b3ed9f62e6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-04-13 Chris Toshok + + * data/net_2_0/machine.config: add system.data section listing the + SqlClient provider. Also add system.web section listing the + membership and role providers. This is here instead of in + web.config because the providers are meant to be available to + non-web applications as well. + 2006-04-11 Chris Toshok * data/net_2_0/web.config: add the builtin expression builders. diff --git a/data/net_2_0/machine.config b/data/net_2_0/machine.config index cacf7ef6141..7b801644eb9 100644 --- a/data/net_2_0/machine.config +++ b/data/net_2_0/machine.config @@ -163,6 +163,26 @@ + + + + + + + + + + + + + + + + + + + + -- 2.25.1