Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
I put this below the membership and roleManager sections, this is within /configuration/system.web of web.config.
Thanks for the help Richard.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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;
I am using 4.5.2 and would like to know where I could place custom properties in the web config file
I put this below the membership and roleManager sections, this is within /configuration/system.web of web.config.
Thanks for the help Richard.
is working on a reply...