Is it possible to use `AspNetWindowsTokenRoleProvider` with FORMS Authentication?
- by Nate Bross
Title says it all really: Is it possible to use this Role Provider AspNetWindowsTokenRoleProvider with ASP.NET FORMS Authentication (via this MembershipProvider System.Web.Security.ActiveDirectoryMembershipProvider)?
It seems to only work with <authentication mode="Windows">, is it possible to use it with FORMS?