Re: Changing a directory entry password in C#, something strange?
From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 06/18/03
- Next message: Tim Almond: "Passing parameters between pages"
- Previous message: O.P. Lichter: "Re: Changing a directory entry password in C#, something strange?"
- In reply to: O.P. Lichter: "Re: Changing a directory entry password in C#, something strange?"
- Next in thread: Jim: "Re: Changing a directory entry password in C#, something strange?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 18 Jun 2003 10:57:01 +0200
Thanks to clarify that.
-- lp Matjaz "O.P. Lichter" <bordev@hotmail.com> wrote in message news:568db807.0306180051.3175cb55@posting.google.com... > I have found the problem that caused the strange behaviour in my > service (of old passwords kept working) it had nothing to do with your > problem (IIS). I had to explicitly call the UserEntry.Dispose() > (DirectoryEntry type) method in my service, the Garbage Collector > obviously does not entirely clean this object from memory. It's like > the object still remains in some ADS cache (although I disabled it by > setting UsePropertyCache to false) if you don't .dispose() it and code > gets out of scope. > > > I found a QArticle on the net, which can explain this behaviour with fix. It > > aplies to OWA, but it is realy an IIS issue. > > http://support.microsoft.com/default.aspx?scid=kb;en-us;267568
- Next message: Tim Almond: "Passing parameters between pages"
- Previous message: O.P. Lichter: "Re: Changing a directory entry password in C#, something strange?"
- In reply to: O.P. Lichter: "Re: Changing a directory entry password in C#, something strange?"
- Next in thread: Jim: "Re: Changing a directory entry password in C#, something strange?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|