source: 2016/27/PaavoH/Animal.io/Animal.io B2/Animal.io B2_Data/Mono/etc/mono/2.0/settings.map @ 8679

Revision 8679, 2.6 KB checked in by npo17_0, 6 years ago (diff)
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<settingsMap>
3  <map sectionType="System.Web.Configuration.MembershipSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
4       mapperType="Mono.Web.Util.MembershipSectionMapper, Mono.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"
5       platform="Unix">
6
7    <!-- The 'what' tag specifies which region of the section to modify. The 'value' attribute value is mapper-specific and is not defined here. It can be
8         any expression understood by the mapper to designate the section region to modify.
9    -->
10    <what value="providers">
11      <!-- 'what' can contain any number of occurrences of any three elements:
12              replace - replace the designated region
13              add - add a new entry to the region
14              clear - clear the region
15              remove - remove the designatedregion
16
17              The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
18              mapper to peruse.
19      -->
20      <replace name="AspNetSqlMembershipProvider"
21               type="System.Web.Security.SqliteMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
22               connectionStringName="LocalSqliteServer" />
23    </what>
24  </map>
25
26  <map sectionType="System.Web.Configuration.RoleManagerSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
27       mapperType="Mono.Web.Util.RoleManagerSectionMapper, Mono.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"
28       platform="Unix">
29
30    <!-- The 'what' tag specifies which region of the section to modify. The 'value' attribute value is mapper-specific and is not defined here. It can be
31         any expression understood by the mapper to designate the section region to modify.
32    -->
33    <what value="providers">
34      <!-- 'what' can contain any number of occurrences of any three elements:
35              replace - replace the designated region
36              add - add a new entry to the region
37              clear - clear the region
38              remove - remove the designatedregion
39
40              The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
41              mapper to peruse.
42      -->
43      <replace name="AspNetSqlRoleProvider"
44               type="System.Web.Security.SqliteRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
45               connectionStringName="LocalSqliteServer" />
46    </what>
47  </map>
48</settingsMap>
Note: See TracBrowser for help on using the repository browser.