Visual Studio 2010 - Web 部署超时 - 该怎么办?
我的 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 不会返回任何有用的信息。
有没有办法增加超时时间,或者我应该寻找替代方法并忘记网络部署?
My MVC2 web project is deployed using the VS 2010 "web deploy" feature. It used to run fine but now it is timing out more often than not with this error message:
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.
Searching for the error code 0x800704CD does not return anything helpful.
Is there a way to increase the timeout period, or should I be looking for an alternative method and forgetting about web deploy?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有回答超时问题(在服务器日志上看不到任何问题)。但我确实找到了解决方法:
I haven't answered the timeout problem (could not see any problems on the server log). But I did find a workaround:
忘记错误消息。该错误消息是本地错误消息。您对此不感兴趣 - 失败的原因是远程主机关闭了连接。您想要的是查看服务器端日志以获取服务器端错误消息。可能是超时,但服务器端应该有更多信息。从 IIS 日志和事件日志开始。
Forget the error message. That error message is the local one. You are not interested in this - the reason it fails is that the remote host closed the connection. What you want is to see the server side logs for the server side error message. Could be a timeout, but the server side should have more information. Start with the IIS logs and event logs.