Authorization Manager, ASP.NET, possible memory Leak

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Authorization Manager, ASP.NET, possible memory Leak

    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


    John Guest

  2. Similar Questions and Discussions

    1. #39438 [NEW]: Memory leak PHP Fatal error: Out of memory
      From: nikolas dot hagelstein at gmail dot com Operating system: NETBSD 3.0.1 AMD64 PHP version: 5.2.0 PHP Bug Type: ...
    2. Problem using Authorization Manager
      Hi - help please! I've successfully implemented authorization in an asp.net web application using Authorization Manager, or AzMan (shipping with...
    3. memory problem/memory leak
      Hi I have a problem with shockwave player running in Internet Explorer. My program consists of a controller movie which loads in content files in...
    4. Authorization Manager Interop availability (azroles)
      I read Keith Brown's article on utilizing AzMan in .NET <reflink>http://msdn.microsoft.com/msdnmag/issues/03/11/Aut horizationManager</reflink>. I...
    5. Memory consumption of Ruby/mod_ruby combo on Apache [memory leak]
      > I don't think so - I think all the modules are loaded when Apache is It didn't have anything to do with IfModules or even Apache. I had a...
  3. #2

    Default Re: Authorization Manager, ASP.NET, possible memory Leak

    This problem has been reported by others in
    microsoft.public.platformsdk.security. You might want to check in on the
    thread there and see if any progress has been made. Last I saw, MS could
    not repro the error.

    Joe K.

    "John" <noSpam@SendNoSpamToMe.com> wrote in message
    news:%23MDLTXt4EHA.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
    >
    >

    Joe Kaplan \(MVP - ADSI\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139