i have an application hosted on IIS 6 on windows server 2003.
i’m using basic authentication for my site.
The majority of user’s are belong to one Domain(). The server is also belong to same domain
The domain structure is a follows in active directory
Company.com(root domain)
Europe -( sub nodes)
Asia-( sub nodes)
Australia- ( sub nodes)
All the US users are in the domain compay.com, All Europe users are Europe domain.
The root domain is compay.com.
When a user belongs to Europe login it won’t recognize the user. It won’t recognize any user in sub domains (Europe, Asia, Australia)
If we search in ‘Active directory’ and try a find for user belong to Europe, directory as company.com or Europe it won’t find.
But if we choose entire directory option it will find.
How to solve issue of authentication for a user belongs to different domain.