asp.net – 错误:“无法读取配置部分’system.webServer / management / delegation’,因为它缺少模式
问题:
我试图通过Web部署将我的计算机上的网站发布到IIS Web服务器。
我有3台服务器。 所有服务器都安装了相同的东西(Webdeploy等)并启动了服务(Web部署代理服务和Web管理服务)。
在第一台服务器上,我没有连接问题。 但是当我在Visual Studio中“验证连接”到IIS时,其他两个服务器给我一些错误。 当我查看IIS服务器上的日志时,我的访问监听了html代码200(ok)。
在远程计算机上处理请求时出错。 文件名:MACHINE / WEBROOT
错误:无法读取配置节’system.webServer / management / delegation’,因为它缺少架构
我真的不知道什么可以解决这个问题,希望你能帮助我。
I am trying to publish a website from my computer to an IIS web server via web deploy.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).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).An error ocurred when the request was processed on the remote computer.Filename: MACHINE/WEBROOTError: The configuration section ‘system.webServer/management/delegation’ cannot be read because it is missing schemaI really have no idea what could solve this problem and hope you are able to help me.