You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.6 KiB

  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. <!-- 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
  7. any expression understood by the mapper to designate the section region to modify.
  8. -->
  9. <what value="providers">
  10. <!-- 'what' can contain any number of occurrences of any three elements:
  11. replace - replace the designated region
  12. add - add a new entry to the region
  13. clear - clear the region
  14. remove - remove the designatedregion
  15. The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
  16. mapper to peruse.
  17. -->
  18. <replace name="AspNetSqlMembershipProvider"
  19. type="System.Web.Security.SqliteMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  20. connectionStringName="LocalSqliteServer" />
  21. </what>
  22. </map>
  23. <map sectionType="System.Web.Configuration.RoleManagerSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  24. mapperType="Mono.Web.Util.RoleManagerSectionMapper, Mono.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756"
  25. platform="Unix">
  26. <!-- 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
  27. any expression understood by the mapper to designate the section region to modify.
  28. -->
  29. <what value="providers">
  30. <!-- 'what' can contain any number of occurrences of any three elements:
  31. replace - replace the designated region
  32. add - add a new entry to the region
  33. clear - clear the region
  34. remove - remove the designatedregion
  35. The attributes to any of the above are freeform and are not processed by the mapper manager. They are stored verbatim for the
  36. mapper to peruse.
  37. -->
  38. <replace name="AspNetSqlRoleProvider"
  39. type="System.Web.Security.SqliteRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
  40. connectionStringName="LocalSqliteServer" />
  41. </what>
  42. </map>
  43. </settingsMap>