Posted on: 3/4/2014 7:42:29 PM | Views : 591

I have a web application that uses ASP.net roles with a SQL provider and users from an AD provider. Currently I am managing users in roles with the ASP.net Web Configuration Tool.
One problem is that we have over 20k users in AD, and the configuration tool takes about 90 seconds to load (I assume it's because of the amount of users in AD).  But my real question is - Is there a way to build the configuration tool into my web application? Such as users-roles page... Do most hand code pages to modify users in roles? Are there some templates out there for managing the "Security" aspect of ASP.net?  
Thanks!

Go to the complete details ...