Author: Frozzare | Posted on: 7/8/2008 12:30:55 PM | Views : 1122

 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"&gt;
<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 ...