asp.net - Where exactly does Membership.CreateUser Method add the new user to? -


so created first asp.net mvc 3 internet application comes built in functionality of registering/logging in. tried explore database application interacts with.in corresponding controller/action method see call membership.createuser these parameters.to msdn link says adds these values data store.my question table of database adds these values?(so can see updates)

assuming above true (haven't change default setup, connection string etc.) tables called aspnet_users, aspnet_membership , few others prefixed aspnet_ . that's look.


Comments