Hi,
When using ASP.Net 2.0's custom data provider's user data store (I'll be setting this up in the same database as the application), how does one go about writing the "Unsubscribe" or "Delete User" operations, that is, without using aspnet_regsql.exe?
I'd like users to be able to remove their own accounts, but I'm not sure about removing them from the table structure.
Also, in the past, I've simply tied the auto-generated PK per user to their related information in other tables in the db. When using .Net's Membersip API, should I just reference their user name?
Thanks.
When using ASP.Net 2.0's custom data provider's user data store (I'll be setting this up in the same database as the application), how does one go about writing the "Unsubscribe" or "Delete User" operations, that is, without using aspnet_regsql.exe?
I'd like users to be able to remove their own accounts, but I'm not sure about removing them from the table structure.
Also, in the past, I've simply tied the auto-generated PK per user to their related information in other tables in the db. When using .Net's Membersip API, should I just reference their user name?
Thanks.