我的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不会返回任何有用的信息。
有没有办法增加超时时间,还是我应该寻找替代方法而忘记网页部署?
答案 0 :(得分:0)
忘记错误讯息。该错误消息是本地消息。您对此不感兴趣 - 失败的原因是远程主机关闭了连接。您想要的是查看服务器端日志中的服务器端错误消息。可能是超时,但服务器端应该有更多信息。从IIS日志和事件日志开始。
答案 1 :(得分:0)
我没有回答超时问题(在服务器日志中看不到任何问题)。但我找到了解决方法: