Simply, the Sharepoint intranet site that is automatically installed with SBS 2008 is bound to port 5555 in IIS so to get to it you can browse to server-name:5555 and then authenticate using domain credentials.

I have added another binding on port 80 using a host header so intranet.localdomain.local (and added the required record in the DNS).

This works fine from any computer on the domain, you can go to the nicer address and authenticate no problem. However, when you browse to the port 80 binding on the local server it reaches it but fails to authenticate.

I cannot figure out why and it is really annoying. Not essential to fix but it would be nice. Any ideas?

Michael

link|improve this question

50% accept rate
feedback

1 Answer

up vote 0 down vote accepted

See my answer in this question:
http://serverfault.com/questions/109105/windows-sharepoint-services-login-problem

I think you may be running into the same issue.

If not, please specify the type of authentication you are using for your site.

link|improve this answer
Thanks, the second response to your question worked a treat! – mwillmott Mar 16 '10 at 23:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.