Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: "The configuration section 'system.webServer/management/delegation' cannot be read because it is missing schema

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/WEBROOT

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.

like image 322
lucamuh Avatar asked Aug 14 '15 07:08

lucamuh


2 Answers

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.

You can also try @james-wilkins comment below: "In my case I installed Web Deploy BEFORE installing the management service..."

like image 191
cederlof Avatar answered Sep 22 '22 12:09

cederlof


Uninstall and then re-install Web Deploy.

This fixed the problem for me -- the 'repair' option in the installer did not.

like image 45
petero Avatar answered Sep 21 '22 12:09

petero