Hi,
I have an ASP.Net application using Integrated Security. A week ago, one of my users got married and changed her name. Thus IT updated AD and her domain UserID also changed.
Since this happened, whenever IIS authenticates her identity, it recognizes her as her old userID (not the new one, which she now uses to log into Windows).
At first, I figured her computer must be caching some credential information and passing out of date info to IIS, so I got her to try logging in from another computer: this still returned the old userID.
I found only one other forum post on this subject:
http://stackoverflow.com/questions/168946/iis-returning-old-user-names-to-my-application
but so far have found it unhelpful. I changed the server's local security policy to dissalow .net credential storage and restarted the server. The user was able to log in after the restart, but it turns out that it was because of the restart of IIS (I confirmed this by recreat ...
Go to the complete details ...