Search code examples
asp.netiis-7forms-authenticationuser-management

is it possible to use iis 7 to manage users when using forms authentication with asp.net


I have an ASP.NET web application that is using forms authentication. Everything is configured and working correctly. However, i'm dealing with the issue of creating and maintaining users and role membership.

I know that I can roll my own solution but I'm wondering if there is an alternative solution?

Does iis7 provide screens for managing forms authentication users? Is there a reliable, free solution that someone would recommend?

Thanks!


Solution

  • I have been unable to find anything with IIS7 that would allow management of forms-authentication users.

    However, I have found the following alternatives...

    WinForm: http://sourceforge.net/projects/aspnetdb/

    WebBased: http://www.asp.net/Learn/Security/tutorial-12-cs.aspx