Kha*_*han 11 asp.net iis-7 msdeploy windows-server-2008
对于ASP.NET项目,MSBuild在E:\ Build中提供了一些文件,例如:
从Windows 7部署到Windows Server 2008 R2(IIS 7)
执行命令会显示以下错误消息:
命令
C:\Program Files\IIS\Microsoft Web Deploy V3>msdeploy.exe -verb:sync -source:contentPath='E:\Build' -dest:contentPath='ra/files-to-pub',ComputerName="https://<IP>:8172/msdeploy.axd?site=ra",UserName='DEV\Administrator',Password='MyPassword',AuthType='Basic' -enableRule:DoNotDeleteRule -whatif -allowUntrusted
Run Code Online (Sandbox Code Playgroud)
错误信息:
Info: Using ID 'd1bbee7a-e940-4be1-b41d-1847b3e7022d' for connections to the remote server.
Error Code: ERROR_COULD_NOT_CONNECT_TO_REMOTESVC
More Information: Could not connect to the remote computer ("[IP ADDRESS]") using the specified process ("Web Management Service") because the server did not respond. Make sure that the process ("Web Management Service") is started on the remote computer.
Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_COULD_NOT_CONNECT_TO_REMOTESVC.
Error: The remote server returned an error: (550).
Error count: 1
鉴于链接建议:
这两个服务都在目标服务器上运行:
现在可以做些什么来解决它?
Cod*_*nda 19
如果你已经检查了基本的东西,比如
并尝试了这里提到的步骤
它仍然无法正常工作,我可以建议使用Web管理服务失败的请求跟踪进行故障排除
| 归档时间: |
|
| 查看次数: |
6509 次 |
| 最近记录: |