Hello,
I wanted to know if it were possible to retrieve the usernames of a person logged into a Windows NT/2000/XP machine to authenticate a form. I looked online and I found
however it returned an empty string. I also read through MS that you have to turn on basic authentication in IIS for this to work. However how do I configure it for a specific directory or do I just add a header when I want it authenticated. Because this site is for everyone and is not password protected (minus 2 pages) and I dont want any prompts for passwords and such. I do however want to retrieve this information. Is there a way to do it passively w/ out user intervention and / or anon access as well?
Thanks,
Ram0135
I wanted to know if it were possible to retrieve the usernames of a person logged into a Windows NT/2000/XP machine to authenticate a form. I looked online and I found
Code:
request.servervariables("LOGON_USER")
Thanks,
Ram0135