Hello,
I want to use CreateUserWizard.
Here i want to add some additional fields in that wizard.
Also i want my own validation (even for password format) in this wizard.
Also i want this to be stored in my sql database, instead of ASP.NET Website Configuration default website (as it is very larger of around 10 mb).
How can i do this?
So when i use login control validation must occurs from this database.

Hello,
I want to use CreateUserWizard.
Here i want to add some additional fields in that wizard.
Also i want my own validation (even for password format) in this wizard.
Also i want this to be stored in my sql database, instead of ASP.NET Website Configuration default website (as it is very larger of around 10 mb).
How can i do this?
So when i use login control validation must occurs from this database.

Hi
1) for custom validation: http://www.4guysfromrolla.com/articles/060706-1.aspx
2) Regarding SQL DB on separate Server
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe

follow the wizard and select server/db you desired.

Mark as fixed if it helps you!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.