I am using the default sql membership provider with ASP.NET and I would like to provide a page to change the user\'s username. I believe I am sure I could do this with a cus
Since Membershiop API does not allow username modification directly, you can access directly the aspnet_Membership table in your database.
aspnet_Membership