|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I'm constructing this for our Intranet, so I can prepare the clients in anyway. I think it should be possible to read from the registry so I can see what user is logged in to the machine. Can anyone help me in the right direction to approch this solution? |
|
#2
|
|||
|
|||
|
why use asp? You could write a VB app that would do what you want.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Are you in a Domain environment? If so, you can use
Request.ServerVariables("AUTH_USER") Or if not, you may be able to use Request.ServerVariables("LOGIN_USER") (or maybe it's LOGON_USER, I don't remember. I've got a domain here, so I use AUTH_USER) |
|
#4
|
|||
|
|||
|
The users don't log into a windows domain. It's Novell Netware. Therefor I need to read the registry or maybe a local file which I can create through the login script.
So... any ideas would be appreciated. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Read client registry from ASP page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|