2011-06-06 77 views
0

我有一個網站,使用SqlMembershipProvider和SqlRoleProvider使用ASP .Net成員資格和角色。現在,我只用這個只有2人可以訪問的網站的一小部分。該網站可能在不久的將來擴大,用戶數量可能會增長到成千上萬。是否有任何ASP .Net成員管理器(FOSS)可用?

我的問題是,是否有任何種類的管理用戶的開源管理工具或我堅持建立自己的?我無法真正使用ASP .Net Web應用程序管理工具,因爲據我所知,它只能從Visual Studio訪問。用戶管理將由我們的服務檯處理,並且需要處理SQL服務器中的存儲過程所提供的所有事情,例如代表客戶添加用戶,重置密碼,解鎖用戶等。

我只是不能相信管理前端還沒有被開發來處理這些事情,並提供比ASP.Net配置頁面提供的更多功能。

回答

1

查看CodePlex上的MyWSAT。

http://mywsat.codeplex.com/

MyWSAT aka ASP.NET WSAT is a WebForms based Website Starter Kit for the ASP.NET Membership Provider with Forms Authentication. It provides you with all the security features required for a site out of the box so you start focusing on building your pages. It allows you to manage membership users online once your site is deployed. It features complete administrative back-end functionality and designed to manage users, as well as admin pages for users to manage their own user data.

+0

這似乎正是我所期待的。謝謝,我欣賞這個鏈接。 – Jay 2011-06-06 19:43:01

相關問題