Hey I am wondering how I can edit users stored in ASPNETDB.MDF I am using ASP.Net 4 / Visual Studio / SQL Server.
I can set a gridview to show the users, but cannot directly edit them. I will be wanting to deploy this, and then assign permissions to users (Moderator etc) as well as have the ability to disable accounts etc.
Or is there a way to use ASP.Net Website Administration Tool from a live website?
Any ideas would be greatly appreciated!
Cheers
You should use server side code to deal with them by using Membership. Take a look at http://msdn.microsoft.com/en-us/library/yh26yfzy.aspx