Hi, I have windows authentication setup on numerous ASP.NET websites on my web server. When I navigate to an application, it thinks I am logged in as Joe Bloggs rather than Dan Dare, if I query what username I am logged in as it says:
MYDOMAIN\jbloggs rather than MYDOMAIN\ddare
I have seen this before for people who got married and changed their name and the following fix resolved it:
https://support.microsoft.com/en-us/kb/946358
However even removing that item from the registry hasn't fixed it. I believe it may be linked to the SID but I have no idea how it all works. Can somebody please explain and let me know how I can resolve this? Thanks