Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an open source Asp.net membership administration GUI (like netwebadmin, but works online)?

Tags:

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?

like image 260
NetHawk Avatar asked Dec 05 '08 01:12

NetHawk


2 Answers

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.

like image 134
seanb Avatar answered Nov 15 '22 06:11

seanb


I have also been searching for a GUI for these tables. Something so common should have an open sources reference to implement.

Here is something my search has uncovered:

http://msadminse.codeplex.com/

This link includes another link to a more "advanced" version. I haven't had much success using this code, but I'm going to probably grab some of the UI elements to use in my solution.

like image 39
letsgetsilly Avatar answered Nov 15 '22 05:11

letsgetsilly