当我运行web部署时,我得到了以下错误:
>C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets (3588): Web deployment task failed.
((3/25/2011 4:41:36 PM) An error occurred when the request was processed on the remote computer.)
(3/25/2011 4:41:36 PM) An error occurred when the request was processed on the remote computer. The entry type 'Unknown' was not expected at this time. The serialization stream may be corrupted.
我已经在其他IIS6机器上成功地做到了这一点,没有任何问题,所以我不明白发生了什么。远程部署服务正在运行,为了查看是否重要,我在一个管理组下启动了该服务。这没什么用。
任何帮助都会很好。
发布于 2011-06-27 17:04:50
我发现带有IIS 7的2008服务器并没有安装所有组件。尽管WebDeployment2.0似乎是由Web平台安装程序安装的,但由于与MS服务器的通信问题,有些组件是不完整的。为了解决这个问题,我不得不在另一台机器上下载安装文件,将它们复制到服务器上,然后重新安装所有文件。在这样一个奇怪的问题上有非常模糊的错误。
https://stackoverflow.com/questions/5438835
复制相似问题