Click here to Skip to main content
15,868,035 members

Comments by alexey.nayda (Top 1 by date)

alexey.nayda 1-Sep-10 3:11am View    
If you need only loginname to be stored somewhere else than default membership datatable and you don't want to mess with customizing new MembershipProvider class, then you can have quick and dirty solution.
Find in your Db in stored procedures the following one "aspnet_Membership_CreateUser". It's the one that executed by standard SqlMembershipProvider. Add few lines you need and that's it.
Of course it is only in case you are using default SqlMembershipProvider.