R
Russ
Insufficient access rights to perform the operationI am trying to figure out
if a user is a member of a role. I installed the AzMan on my XPSP2 box, and
set up a role in our Win2k3 domain. I myself to that role, and I call:
if (Roles.IsUserInRole(user.UserName, "WholeCompany"))
{}
But as soon as I do, I get a "Unable to update the password. The value
provided as the current password is incorrect". I then go into the web.config
file and set up <identity impersonate="true" userName="domain\administrator"
password="password"/>. When I do that, ( and I am assuming that the domain
admin has access to what ever it needs in AD ), I get a "Insufficient access
rights to perform the operation" exception.
I have been fighting this AD membership thing for almost a wekk, making
painfull headway, and I am waitsing valuable time, and my manager is
beginning to notice I am not getting anywhere. I am at my wits end with this.
if a user is a member of a role. I installed the AzMan on my XPSP2 box, and
set up a role in our Win2k3 domain. I myself to that role, and I call:
if (Roles.IsUserInRole(user.UserName, "WholeCompany"))
{}
But as soon as I do, I get a "Unable to update the password. The value
provided as the current password is incorrect". I then go into the web.config
file and set up <identity impersonate="true" userName="domain\administrator"
password="password"/>. When I do that, ( and I am assuming that the domain
admin has access to what ever it needs in AD ), I get a "Insufficient access
rights to perform the operation" exception.
I have been fighting this AD membership thing for almost a wekk, making
painfull headway, and I am waitsing valuable time, and my manager is
beginning to notice I am not getting anywhere. I am at my wits end with this.