use*_*648 5 deployment continuous-integration exception azure visual-studio-2013
我有一个使用 EF6 的 MVC5 Internet 应用程序,但在部署到 Azure 时遇到问题。我过去已经成功部署到相同的 url,唯一的区别是我现在使用的是 BizSpark 帐户。
我正在使用持续集成并从 Visual Studio Online 进行部署。
这是错误消息:
Exception Message: Could not connect to the remote computer ("canfindlocation.scm.azurewebsites.net"). On the remote computer, make sure that Web Deploy is installed and that the required process ("Web Management Service") is started. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_DESTINATION_NOT_REACHABLE. (type DeploymentDetailedException)
Run Code Online (Sandbox Code Playgroud)
我查看了网络资源,这是描述:
ERROR_DESTINATION_NOT_REACHABLE
Diagnosis - Web Management Service or Remote Agent is not installed or unreachable on the remote computer.
Resolution - Verify that Remote Agent Service or Web Management Service are started on the remote computer, depending on which one you are connecting to. You can do a "net start wmsvc & net start msdepsvc" on the remote computer to ensure these services are started. Also, ensure that a firewall is not interrupting communications with the destination.
Run Code Online (Sandbox Code Playgroud)
我可以提供一些帮助来使其正常工作吗?
提前致谢
| 归档时间: |
|
| 查看次数: |
421 次 |
| 最近记录: |