[thelist] Getting Login Name & Password

Peter Brunone (EasyListBox.com) peter at easylistbox.com
Wed May 25 12:51:40 CDT 2005


Hi Jess,

   You should be able to get the username via Request.ServerVariables("LOGON_USER").  I don't think the password is that easy, for obvious reasons.

   If you're using Forms Authentication in ASP.NET, you will not be able to get this information since the user's Windows login may not necessarily be the credentials by which they are authenticated on the website.

HTH,

Peter

 From: j s jslist at sbcglobal.net

Hello,

Is there a way, on a web page(asp), to pick up the user's login name & password that was used to login into their pc with?

Jess


More information about the thelist mailing list