HaPpY hApPy

Visual studio web publishing issue 본문

.NET/Asp.Net Mvc

Visual studio web publishing issue

juniguya 2016. 11. 3. 03:52


1.Fix: ASP.NET Web Deploy ‘ERROR COULD NOT CONNECT TO REMOTESVC’ error

http://www.benday.com/2013/07/12/fix-error_could_not_connect_to_remotesvc-error-using-visual-studio-2012-web-deploy/


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

http://stackoverflow.com/questions/32004797/error-the-configuration-section-system-webserver-management-delegation-canno


In my case I installed Web Deploy BEFORE installing the management service. I tried to to a "change" on the install to include the management service (or you can add the feature from add/remove windows features), but that didn't help (got the error on this post). In the end a simple uninstall and reinstall of 3.6 was what worked for me. Seems it needs the Web Management Service to be installed FIRST. Typical MS instructions don't even mention this at all. – James Wilkins May 4 at 22:26