Very strange, I hope someone can help...
I have some pages secured by Windows Authentication. It all works very well... except from my own machine. Access is granted to a local group, which contains a set of domain users. Including me.
However, I can't login from my own machine. Other users can login fine. I can login from *other* machines under my own domain account. Looking into this further, I can see what is happening. But I don't know why, and I can't seem to stop it.
In a simple page containing a LoginName control ie:
<asp:LoginName runat="server" />I can see that if I login from I own machine, I am logged in as <LOCAL>\Administrator. <LOCAL>\Administrator isn't a member of the local group who has access to the page. From any other machine, I am logged in as <DOMAIN>\<Me>.Can anyone tell me what is happening? I o ...
Go to the complete details ...