G
Guest
How can I retrieve the currently logged in user's username?
I have tried the option below:
Request.ServerVariables("LOGON_USER") while denying access to the Anonymous
user both in the config and removing the anonymous authentication option in
IIS.
This works locally but on a remote server it will always prompt for a
username and password, which won't be acceptable.
So I have been wondering if it is possible to use pure javascript. --
I think it is possible to use getObject(). but i don't know how.
All I want is the username the user typed in to login. How can I get hold of
this?
thank you
CR
I have tried the option below:
Request.ServerVariables("LOGON_USER") while denying access to the Anonymous
user both in the config and removing the anonymous authentication option in
IIS.
This works locally but on a remote server it will always prompt for a
username and password, which won't be acceptable.
So I have been wondering if it is possible to use pure javascript. --
I think it is possible to use getObject(). but i don't know how.
All I want is the username the user typed in to login. How can I get hold of
this?
thank you
CR