How do I add "User.Identity.Name" to a Role in ASP?
Basically I retrieved the current user by using User.Identity.Name. But I need to add this user to a role, "Admin". I am not using a Create User control, since I only want this to run on the back end.
Go to the complete details ...