help: why can not get the Request.ServerVariables("LOGON_USER") ?
step 2001-12-21 10:02:11 I'm a winnt workstation user, I can get these value :
Request.ServerVariables("REMOTE_HOST")
Request.ServerVariables("SERVER_PORT")
Request.ServerVariables("LOCAL_ADDR")
but I can not get this value
Request.ServerVariables("LOGON_USER")
It's return the blank string ""
why?
the problem with my asp sourcecode, or iis? how to fix?
thanks!