0

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. E.g. editng user roles

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

gymcode
  • 4,431
  • 15
  • 72
  • 128

1 Answers1

1

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

https://web.archive.org/web/20210306174425/https://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..

Community
  • 1
  • 1
Shoaib Shaikh
  • 4,565
  • 1
  • 27
  • 35