ASP.NET Web Administration without VS2005
I’ve recently gotten started with ASP.NET’s membership and roles features (after re-working a MySQL provider found here), and I’ve gotta say, for the simple purposes I’ve been using it, it’s easier to implement than Rails’ various LoginGenerator systems.
The only thing that sucks about it is the administration, which seems to require Visual Studio 2005 and is tied to your web.config settings, which may (should?) be different between dev and prod. In an unrelated Google, I stumped upon Rahul Soni’s guide to running the web admin tool without VS2005. Haven’t tried it yet, so this is more of a bookmark than anything else, but well worth noting - up until now I’ve been admining the users locally and then uploading a dump of the user table to the server with my changes, and that won’t work too well once people start changing passwords and whatnot…