M
me
Im currently writing a website which utilizes the built in user
management and membership of ASP.NET 2.0.
My users login via the included login control and everything works
nicely. The problem I have is that I need to include a custom admin
console for the eventual owners of the website, just for simple tasks
like changing user details, adding users, deleting users etc.
I know that this can be done via the admin console when in Visual
Studio, but is there a way to do it via a custom console without
manually writing everything? I don't really want to mess up the
tables/data in the aspnet tables.
Thanks in advance for any help on the subject.
management and membership of ASP.NET 2.0.
My users login via the included login control and everything works
nicely. The problem I have is that I need to include a custom admin
console for the eventual owners of the website, just for simple tasks
like changing user details, adding users, deleting users etc.
I know that this can be done via the admin console when in Visual
Studio, but is there a way to do it via a custom console without
manually writing everything? I don't really want to mess up the
tables/data in the aspnet tables.
Thanks in advance for any help on the subject.