简体   繁体   English

通过ASP.NET网站管理工具列出和管理网页上的用户

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

I am using VS2005 C#. 我正在使用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. 我想知道是否有任何指南可以逐步说明如何通过ASP.NET Web管理工具在管理AD用户中在网页上提供类似的GUI。 Eg editng user roles 例如,编辑用户角色

Basically I wish to transfer ASP.NET Web Admin Tool to my web page. 基本上,我希望 ASP.NET Web管理工具转移到我的网页上。

Well this is not really straight forward to create a custom WSAT in your application. 好吧,在您的应用程序中创建自定义WSAT并非一帆风顺。 But there are many options you have. 但是您有很多选择。

ASP.NET WSAT (Website Administration Tool) and Custom Membership Providers ASP.NET WSAT(网站管理工具)和自定义成员资格提供程序

or you can implement you own 或者你可以实现自己的

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

this is also a good project on codeplex relation to this 这也是与Codeplex相关的好项目

http://mywsat.codeplex.com/ http://mywsat.codeplex.com/

Hope this could help.. 希望这会有所帮助..

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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