J
Jonathan Wood
I'm using ASP.NET membership but need to store some additional data
associated with users in my own database tables. (Profiles don't look like a
good fit for me.)
I'd really like to use transactions to ensure all tables get updates
correctly.
I don't suppose there is any way to have a transaction include creating the
user through membership (probably using Membership.CreateUser and
Roles.AddUserToRole) is there? That is, I don't suppose there is any way to
have a rollback also rollback tasks performed by ASP.NET membership.
Thanks for any comments.
associated with users in my own database tables. (Profiles don't look like a
good fit for me.)
I'd really like to use transactions to ensure all tables get updates
correctly.
I don't suppose there is any way to have a transaction include creating the
user through membership (probably using Membership.CreateUser and
Roles.AddUserToRole) is there? That is, I don't suppose there is any way to
have a rollback also rollback tasks performed by ASP.NET membership.
Thanks for any comments.