Sharepoint 2010. Strange behavior in intranet: ip address vs dns name
I have Sharepoint site published in Intranet. Most of the time I configure modules and site collect开发者_如何学JAVAion via http://myserver link. But some users have to use ip address: http://xxx.xxx.xxx.xxx
Users that access site via ip address observe strange behavior - children sites menus work inappropriate and some services looks misconfigured.
How can I solve this issue?
Thank you in advance!
How is the "myserver" DNS name configured ? Did you have an entry in the company DNS added or did you modify some host files ? In the second case, this explains the problem. You can either modify all host files (not recommended at all) or add a real DNS entry to the DNS server.
The strange behavior is typical of Alternate Access Mapping problems, but I advise to solve the first problem and the second will disappear.
精彩评论