Re: Authorization Manager, ASP.NET, possible memory leak
From: John Lee (john.nospam_at_pursca.com)
Date: 12/20/04
- Previous message: ejstembler: "Strange permission issue with a UserControl"
- In reply to: John: "Authorization Manager, ASP.NET, possible memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 20 Dec 2004 14:12:18 -0800
Hi, John,
This is the only post related to authorization manager - Hope I get some
help from you :)
I am using AD store, when I used the following code to get the tasks
associated with the role, I actually get the role name back only:
Microsoft.Interop.Security.AzRoles.IAzRole role = _app.OpenRole(roleName,
null);
loop through role.Tasks to get all tasks associated with the role - but from
the mmc snap-in, I assigned few tasks for the role and I could view them
from there. Any idea?
Thanks very much!
John
"John" <noSpam@SendNoSpamToMe.com> wrote in message
news:u9$qxWt4EHA.1452@TK2MSFTNGP11.phx.gbl...
> We are using Authorization Manager in an ASP.NET application. We are using
> Microsoft.Interop.Security.AzRoles. We appear to have a memory leak when
> calling the method InitializeClientContextFromName. In a simulation, when
> we
> call this method 1000 times, the LSASS process consumes more and more
> memory
> and does not release it until the application pool is recycled. Has anyone
> had an issue with Memory and Authorization Manager in ASP.NET?
>
> John
>
>
- Previous message: ejstembler: "Strange permission issue with a UserControl"
- In reply to: John: "Authorization Manager, ASP.NET, possible memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|