What is different between the users where it works and where they
don't work?  More specifically, I wonder if they are using a different
browser or a different operating system?

On Jan 5, 8:48 pm, Barun <[email protected]> wrote:
> I am developing an internal application in .NET which tracks computer
> name and give access only if they match users which are in a users
> table in database. When i tested in my local machine and in production
> server, I am able to get computer name. But for few users the
> application just don't work since
> Request.ServerVariables["REMOTE_USER"] is returning empty values. For
> myself and even for few users we can get computer name with
> Request.ServerVariables["REMOTE_USER"] but for few users it returns
> empty values.
>
> I even tried using Request.ServerVariables["LOGON_USER"] and
> WindowsIdentity funtions, but still getting empty values.
>
> Please help me to figure out this problem.
>
> Thank you.

Reply via email to