Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ds 191 posts 223 karma points
    Dec 16, 2010 @ 13:06
    ds
    0

    Implementation of Membership.CreateUser

    After reading and searching on the forum, I am able to manage to use ASP.Net Membership class for creating user.

    but in the web.config file examples, there is section which my web.config file does not have like in the following;

    <profile defaultProvider="UmbracoMemberProfileProvider" enabled="true">
      <providers>
        <clear />
        <add name="UmbracoMemberProfileProvider" type="umbraco.providers.members.UmbracoProfileProvider, umbraco.providers" />
      </providers>
      <properties>
        <clear />
        <add name="address" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />
      </properties>
    </profile>

    I am using 4.5.2 and would like to know where I could place custom properties in the web config file

  • Richard 146 posts 168 karma points
    Dec 16, 2010 @ 14:36
    Richard
    0

    I put this below the membership and roleManager sections, this is within /configuration/system.web of web.config.

  • ds 191 posts 223 karma points
    Dec 16, 2010 @ 15:38
    ds
    0

    Thanks for the help Richard.

Please Sign in or register to post replies

Write your reply to:

Draft