Answers for "ERROR_DESTINATION_NOT_REACHABLE"

0

ERROR_DESTINATION_NOT_REACHABLE

# https://sirarsalih.com/2018/04/12/azure-publish-error-could-not-connect-to-remote-computer/

Go to the Azure Portal.
Click on App Services.
Click on your application service.
Click on Application settings.
Scroll down to Application settings.
Click Add new setting, and add the following entry:
Name: WEBSITE_WEBDEPLOY_USE_SCM, Value: false
Posted by: Guest on January-16-2022

Browse Popular Code Answers by Language