错误:“配置部分”system.webServer / management / delegation“无法读取,因为它缺少模式
我正在尝试通过网络部署将网站从我的计算机发布到IIS Web服务器。
I am trying to publish a website from my computer to an IIS web server via web deploy.
我有3台服务器。所有服务器都安装了相同的东西(Webdeploy等),服务启动(Web部署代理服务和Web管理服务)。
I have 3 servers. All servers have installed the same things (Webdeploy etc.) and the services are started (Web Deployment Agent Service and Web Management Service).
在第一台服务器上,我没有连接问题但其他两个服务器给我一些错误,当我在Visual Studio中的验证连接到IIS。当我查看IIS服务器上的日志时,有我的访问列表与html代码200(好的)。
On the first server I have no problems on connecting. But the other two servers give me some error when I "Validate Connection" in Visual Studio to the IIS. When I look at the logs on the IIS server, there are my accesses listet with html code 200 (ok).
在远程计算机上处理请求时出现错误。文件名:MACHINE / WEBROOT
错误:无法读取配置部分的system.webServer / management / / em>
Error: The configuration section 'system.webServer/management/delegation' cannot be read because it is missing schema
我真的不知道可以解决这个问题,希望能够帮助我。
I really have no idea what could solve this problem and hope you are able to help me.
我有完全相同的问题,原来我已经在3.5之上安装了Web Deploy 3.6。删除Web Deploy 3.6并重新安装3.5,看看是否解决了您的问题。
I had the exact same problem, it turned out I had installed Web Deploy 3.6 on top of 3.5. Remove Web Deploy 3.6 and reinstall 3.5 and see if it solves your issue.