PDA

View Full Version : .asp vb html help....


trey85stang
07-21-2004, 04:57 PM
Does anyone know of a way to grab an NT username and log it from a asp web page?? There is a web page that needs to be logged everytime someone uses it, is their a simple way to do this or no??

these peeps will all be domain users...

AbecX
07-21-2004, 05:41 PM
Its in the the header of the request.

trey85stang
07-21-2004, 06:56 PM
Its in the the header of the request.

you got me started.. I think I can probably peice together the rest that I need!

Request.ServerVariables("LOGON_USER")

AbecX
07-21-2004, 09:50 PM
I know 90% of *