V
Vince Keller
I am trying to validate the identity of the user making a request to a web
application. I am using the value from Request.ServerVariables["LOGON_USER"]
to check if the user is from an authorized domain. This works very well in
the Dev environment... but in Production, the value for LOGON_USER is blank
and hence the user gets prompted to enter his/her login credentials again.
The Allow Anonymous security is disabled in both the environments.
Any idea why this could be happening.
Thanks in advance.
application. I am using the value from Request.ServerVariables["LOGON_USER"]
to check if the user is from an authorized domain. This works very well in
the Dev environment... but in Production, the value for LOGON_USER is blank
and hence the user gets prompted to enter his/her login credentials again.
The Allow Anonymous security is disabled in both the environments.
Any idea why this could be happening.
Thanks in advance.