Hello. I trying to build a custom profile and createuserwizard in asp.net, but it not working.
My code:
' web.congif
<profile enabled="true" defaultProvider="SqlProfileProvider">
<providers>
<add name="SqlProfileProvider"
type="System.Web.Profile.SqlProfileProvider"
connectionStringName="OnesiteKundzonConnectionString"
applicationName="Onesite Kundzon" />
</providers>
<properties>
<add name="Fullname" type="string"/>
<add name="Website" type="string"/>
<add name="Company" type="string"/>
<add name="Adress" type="string"/>
<add name="Orgnr" type="string"/>
</properties>
</profile>
' NewUser.aspx
"server" ...
Go to the complete details ...