Re: Changing a directory entry password in C#, something strange?
From: O.P. Lichter (bordev_at_hotmail.com)
Date: 06/18/03
- Next message: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Previous message: STL: "How to remove HTTPS to HTTP Security Alert message"
- In reply to: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Next in thread: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Reply: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 18 Jun 2003 01:51:15 -0700
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: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Previous message: STL: "How to remove HTTPS to HTTP Security Alert message"
- In reply to: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Next in thread: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Reply: Matjaz Ladava: "Re: Changing a directory entry password in C#, something strange?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|