Reputation: 603
In IIS 6, I have a web site where anonymous authentication is turned off, so that only my domain users can access the site, and so IIS will recognize the user (if they access the site on a computer that's joined to the domain, and they're logged into the domain).
This works fine if the site is browsed by name (server name or localhost). But if the site is browsed by an IP address or an FQDN, the IIS server doesn't recognize the user's computer, and it prompts for authentication.
Can anybody explain this?
Upvotes: 1
Views: 2809
Reputation: 12351
It has to do with "zones" - you need to add your fqdn to intranet zone. IE recognizes patterns in the url you type (and determines what zone they belong to).
Upvotes: 3