博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SharePoint Designer cannot open site error " the server could not complete your request"
阅读量:4653 次
发布时间:2019-06-09

本文共 935 字,大约阅读时间需要 3 分钟。

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

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  . The Windows name is sp13 and the Windows IP domain is sp.com.  I defined as the main URL of the server and and 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.

转载于:https://www.cnblogs.com/csts/p/4001205.html

你可能感兴趣的文章
bzoj4556: [Tjoi2016&Heoi2016]字符串
查看>>
串行通信概念解析
查看>>
Sublime text 2之WIN7下安装Zencoding插件和使用
查看>>
java基础02
查看>>
WCF揭秘(一)——简单的WCF开发实例
查看>>
sql 分组查询满足条件所以数据
查看>>
Linux系统中为php添加pcntl扩展的方法
查看>>
js设计模式 -- 装饰模式
查看>>
【XSY1841】Intervals
查看>>
Sublime Text 2 使用心得
查看>>
Django开发必知必会
查看>>
文件和二进制数据的操作
查看>>
静态链表
查看>>
Swift 之Carthage
查看>>
Java 反射机制
查看>>
Unity3D 原生Android结合UnityPlayerActivity开发遇到的问题
查看>>
表单元素及其格式
查看>>
洛谷 P2257 YY的GCD
查看>>
time模块
查看>>
Oracle Scheduler - Job and Argument
查看>>