No member with username 'TEST_rolename' exists
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Configuration.Provider.ProviderException: No member with username 'TEST_rolename' exists
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ProviderException: No member with username 'TEST_rolename' exists]
umbraco.providers.members.UmbracoRoleProvider.GetRolesForUser(String username) +378
System.Web.Security.RolePrincipal.GetRoles() +329
System.Web.Security.Roles.GetRolesForUser(String username) +675
umbraco.cms.businesslogic.web.Access.HasAccces(Int32 documentId, Object memberId) +126
umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url) +4097
umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) +1294
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.PerformPreInit() +49
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1700
no member with username exists? Active Directory
Hi guys, I'm using the example found here: http://our.umbraco.org/wiki/how-tos/membership-providers/active-directory-membership-provider and when logging in im getting: Where TEST_rolename is the username of my user..
is working on a reply...