本文介绍了整个程序包都已上传到MsDeploy.axd吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以确认(最好带有指向文档的链接)是否在文件同步之前完整上传了MSDeploy软件包,或者是否在msdeploy.exe和msdeploy.axd之间进行了同步(仅上传了修改过的文件) ?

Can anyone confirm (preferably with a link to docs) whether MSDeploy packages are uploaded in their entirety before the files are sync'd or does the sync occur between msdeploy.exe and msdeploy.axd (with only modified files being uploaded)?

或者,换句话说,如果我有一个仅包含1MB更改文件的1GB软件包zip,则msdeploy将整个1GB软件包上传到MsDeploy.axd并在服务器或仅上传价值1MB的更改文件吗?

Or, to put it another way, if I have a 1GB package zip that only contains 1MB worth of changed files will msdeploy upload the entire 1GB package to MsDeploy.axd and perform the sync on the server or will it only upload the 1MB worth of changed files?

推荐答案

此文档是否足以让您相信观察到的行为是确定性的?

Is this documentation official enough for you to trust that the behavior you observed is deterministic?

http://www.iis.网络/学习/发布/使用网络部署/网络部署简介

第1节与Web相比,Web Deploy与FTP有什么区别?"

Section "How does Web Deploy compare to FTP?", point 1:

这篇关于整个程序包都已上传到MsDeploy.axd吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 07:51