码迷,mamicode.com
首页 > 其他好文 > 详细

SharePoint Designer cannot open site error " the server could not complete your request"

时间:2014-09-30 00:55:31      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   io   ar   sp   c   on   log   

3.SPD cannot open site, in the log :Error when open web service: System.InvalidOperationException: A binding instance has already been associated to listen URI

bubuko.com,布布扣

Solution:

  I found the problem to be in the name used by the server and in the bindings in IIS.

 

In this installation I’m using a split DNS (eg the internal IP domain is equal to the external IP domain). The FQDN of the server is sp13.sp.com . The Windows name is sp13 and the Windows IP domain is sp.com.  I defined https://sp13.sp.com as the main URL of the server and http://sp13.sp.com and http://sp13 as alternate URLs. In the correspondent IIS web site I defined these bindings: 

ip address        protocol        virtual server        port

*        http                 80

*        http        sp13.sp.com        80

*        http        sp13        80

There was a conflict between the first (generic) binding and the third binding. The (WCF) client services (and other services, too) try to bind the same endpoint two times. 

I solved the problem deleting the first binding.

SharePoint Designer cannot open site error " the server could not complete your request"

标签:des   style   http   io   ar   sp   c   on   log   

原文地址:http://www.cnblogs.com/csts/p/4001205.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!