Summary: Why is IIS challenging me, but only when I do not use the NetBIOS name?

I have "inherited" a departed developer's machine --- you can assume it has been developer-fiddled-with! Vista, IIS 7. Single company domain.

If I access the machine via http://NetBIOS-name, all is well. But, if I access it via FQDN, http://name.company.local, or via its IP address, http://192.1.1.1, I get Windows Authentication challenge. This applies regardless of virtual directory, and indeed, as shown, behaviour is like that even for IIS top-level/landing page, so we can ignore virtual directory/application settings. I have verified that I can ping each of these, and they all resolve to correct IP address. I am not a network admin/guru(!), but I do develop for ASP.NET.

All other machines (variety of OS) on the network do not have this problem. I have played with every IIS setting I can think of, no difference.

I believe the issue to be IIS, because the machine also has an SVN Apache server on port 8080, and I can access that all ways without this issue.

Have tried looking around and guess that IIS thinks "I'm not on the same network", hence the challenge. I'm thinking/hoping that someone will immediately know what the NetBIOS/non-NetBIOS distinction must be?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.