Click to See Complete Forum and Search --> : Get username from windows


johannes
09-23-2003, 04:11 AM
Hey!

Is it possible in any way to get the username that the user logged on to windows with? I need it to a intranet project where I want the employees to be logged in automatically.

Thanx in advance

/Johannes, sweden

Charles
09-23-2003, 05:13 AM
Originally posted by johannes
Is it possible in any way to get the username that the user logged on to windows with?Not with JavaScript, though perhaps with MSIE and Active X.

Webskater
09-23-2003, 08:49 AM
If your site is on a Microsoft Server running IIS you can access this through the Request.ServerVariables collection.

Khalid Ali
09-23-2003, 08:59 AM
Yikes....IIS gives away that info??I am usre you can retrieve password for the logged on user as well then..