【发布时间】:2010-11-09 12:12:24
【问题描述】:
我的 MVC2 Web 项目是使用 VS 2010 的“Web 部署”功能部署的。它曾经运行良好,但现在它经常超时并出现此错误消息:
Web deployment task failed.((10/11/2010 1:01:59 a.m.) An error occurred
when the request was processed on the remote computer.)
(10/11/2010 1:01:59 a.m.) An error occurred when the request was processed on the remote
computer. The remote host closed the connection. The error code is 0x800704CD.
搜索错误代码 0x800704CD 不会返回任何有用的信息。
有没有办法增加超时时间,还是我应该寻找替代方法而忘记网络部署?
【问题讨论】:
标签: c# visual-studio-2010 asp.net-mvc-2 web-deployment-project