vote up 4 vote down star

Visual studio 2005 comes with a project that lets you use the asp.net membership provider to look up, add, edit, and delete users and roles. It unfortunaltly can't be used online, and in order to have an adminiistration area in your site, it appears that you have to code your own admin interface.

Is there an opensource, or free project that has the functionality of netwebadmin, but can be used online?

flag

67% accept rate

3 Answers

vote up 3 vote down check

You might want to have a look at this project on codeplex http://www.codeplex.com/AspNetWSAT, which has an admin interface that you can use. I think there are a few other similar ones around too.

link|flag
Thanks seanb, I am trying this out right now. – NetHawk Dec 5 '08 at 13:31
vote up 0 vote down

Shame that this project has now been removed from codeplex. There was at one point a plan to refactor it all into controls iirc. If any one has any other ideas, I personally just want a quick and dirty membership admin section.

link|flag
That is a shame. I looked into it and apparently the project was abandoned. Here is a thread about it for anyone who is interested. forums.asp.net/p/1390061/2969499.aspx – NetHawk May 22 at 13:05
vote up 0 vote down

I am not aware of anything that is readily available, although I have a general solution that I have been considering packaging up and making available as a general freebie, but I've found that there isn't much demand as most of the time it is all specific implementations anyway.

link|flag
Thanks, Mitchel. I hope that you do decide to make it available. I'm sure it would help me, and lots of other people. – NetHawk Dec 5 '08 at 13:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.