Hi all. Fairly new to ASP.Net and I would appreciate some help. Is there a way to get a website visitor's Windows NT user name without forcing them to log in? The only thing I can seem to be able to get is the username of who is logged in on my web server. For example, John Doe's windows logon name is jdoe and Joe Smith's name is jsmith, if I had code on my page to display their user name for John Doe it would display "Welcome jdoe" and for Joe Smith it would display "Welcome jsmith."
Eventually I will use this information to query active directory for things like e-mails, first and last names, etc.
Thanks in advance!