Hi,
Anyone knows why if you ask in an evensink...
Dim objOriginalUser As WindowsIdentity = WindowsIdentity.GetCurrent
Dim Username as string=objOriginalUser.Name
Username is always administrator, even if the logged user is any other.
Why? Is there any possibility to change this?
Thank you.
Anyone knows why if you ask in an evensink...
Dim objOriginalUser As WindowsIdentity = WindowsIdentity.GetCurrent
Dim Username as string=objOriginalUser.Name
Username is always administrator, even if the logged user is any other.
Why? Is there any possibility to change this?
Thank you.