MColeman
Programmer
- Sep 23, 2002
- 242
I have an ASP/VB.NET application on two different servers.
Both have: anonymous logon = unchecked
windows integrated = checked
impersonation = false
Server A is in domain A and the users are in domain A. This application runs okay and returns the user.identity.name to the .NET as domain\username.
Server B is in domain B and the same users in domain A are trying to use it. This application shows the user.identity.name as null.
Is the user.identity null because the logon becomes anonymous if from another domain?
Could there be a firewall or proxy name that's being passed instead of the domain/username and this name is allowed anonymous access?
Both have: anonymous logon = unchecked
windows integrated = checked
impersonation = false
Server A is in domain A and the users are in domain A. This application runs okay and returns the user.identity.name to the .NET as domain\username.
Server B is in domain B and the same users in domain A are trying to use it. This application shows the user.identity.name as null.
Is the user.identity null because the logon becomes anonymous if from another domain?
Could there be a firewall or proxy name that's being passed instead of the domain/username and this name is allowed anonymous access?