Hi Max,
Regarding on the ASP.NET Sql membership user&role management, so far there
is no official tools for managing username/password outside of ASP.NET
context. However, since ASP.NET has provided many built-in Login controls,
you can create a web application and drag some of the login controls(with a
little code) to manage memebership users(create, manage accounts and roles).
Also, the membership &role API/ provider can also be used in non-ASP.NET
application(console or winform), you can also simply create a custom
utility to manage those membership &role stuffs out side of your ASP.NET
application. Here are some blog articles discussing on this:
#Using the ASP.NET membership provider in a Windows forms application
http://www.theproblemsolver.nl/usingthemembershipproviderinwinforms.htm
http://blogs.msdn.com/msdnts/archive/2006/12/16/asp-net-2-0-membership-role-
management-out-of-asp-net-context.aspx
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.