Hello,
I need to grab the Windows account the person who is logged on to the PC.
I am running in to a problem using Intergrated Windows Authentication in IIS.
If someone previously hit a NTFS password protected page and entered a different username and password and check the "remember this password" option, the username that the persone entered is what is returned by the server variables...LOGON_USER and REMOTE_USER.
Is there any way to override this so the LOGON_USER and REMOTE_USER variables are returned to the user who is logged on to the PC?
Thanks.
I need to grab the Windows account the person who is logged on to the PC.
I am running in to a problem using Intergrated Windows Authentication in IIS.
If someone previously hit a NTFS password protected page and entered a different username and password and check the "remember this password" option, the username that the persone entered is what is returned by the server variables...LOGON_USER and REMOTE_USER.
Is there any way to override this so the LOGON_USER and REMOTE_USER variables are returned to the user who is logged on to the PC?
Thanks.