简体   繁体   中英

List and manage users on webpage from ASP.NET Web Site Administration Tool

I am using VS2005 C#.

I would like to know if there is any guide which provides step by step instructions on providing a similar GUI on a webpage from the ASP.NET Web Administration Tool in managing AD users. Eg editng user roles

Basically I wish to transfer ASP.NET Web Admin Tool to my web page.

Well this is not really straight forward to create a custom WSAT in your application. But there are many options you have.

ASP.NET WSAT (Website Administration Tool) and Custom Membership Providers

or you can implement you own

http://www.4guysfromrolla.com/articles/052307-1.aspx

this is also a good project on codeplex relation to this

http://mywsat.codeplex.com/

Hope this could help..

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM