Request.ServerVariables question

  • Thread starter Thread starter Vince Keller
  • Start date Start date
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.
 
The user must have the url in their trusted sites and have "Automatic logon
with user credentials marked in their security.

Or This site could be listed as "Intranet" and have that setting as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top