There seems to be a time lag...
From: Geoffrey Pennington (penningtong_at_stic2.comNOSPAM)
Date: 06/25/04
- Previous message: TwoV: "Re: Need help with named mutex shared between asp.net and .net win app."
- In reply to: Geoffrey Pennington: ".Net does not realize user was removed from a group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 25 Jun 2004 15:31:45 -0400
Evenually, the fact of having been removed from the group does "take", but
I'd like to know the mechanism...
"Geoffrey Pennington" <penningtong@stic2.comNOSPAM> wrote in message
news:OiUfsXsWEHA.500@TK2MSFTNGP09.phx.gbl...
> I have a piece of code like this:
> If User.IsInRole("stic\ISSAdmins") Then
> cbOverrideLimit.Enabled = True
> End If
>
> If I sign on as a user who is not a member of stic2\ISSAdmins, the
condition
> tests "false" as it should. If I add myself to the group and sign on, the
> condition returns "true." Again, this is what I expect.
>
> But - if I remove myself again, the condition continues to return "true".
We
> have tried waiting for a couple hours and have tried rebooting the
> workstation (not the server) in the thought that some token hadn't been
> reset. Made no difference.
>
> Any idea what is going on here?
>
>
- Previous message: TwoV: "Re: Need help with named mutex shared between asp.net and .net win app."
- In reply to: Geoffrey Pennington: ".Net does not realize user was removed from a group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|