应用程序超时问题 [英] Application time out problem

查看:146
本文介绍了应用程序超时问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我有一个ASP应用程序.在web.config中,我将执行超时设置为3600.但是当应用程序在40分钟后超时时.

可能是什么原因?它是否与Sql Server中的连接时间有任何关系?

请提供解决方案.

在此先感谢.

Hi All,

I have an asp application.In web.config,I set the execution Timeout to 3600.But when the application timesout after 40 minutes.

What may be the possible reasons? Whether it has any relation with Connection Time out of the Sql server?

Please provide a solution.

Thanks in Advance.

推荐答案

可能是任何东西:executionTimeout设置指定允许请求在被ASP自动关闭之前执行的最大秒数.网.这并不意味着您的应用程序将被允许连续运行这么长时间,或者这意味着该应用程序将被允许在内存中保持空闲状态这么长时间.

实际发生了什么?什么表示超时?

您的应用程序连续运行40分钟会做什么?
It could be anything: The executionTimeout setting specifies the maximum number of seconds that a request is allowed to execute before being automatically shut down by ASP.NET. That does not mean that your application will be allowed to run continuously for that long, or that the application will be allowed to remain in memory idle for that long.

What is actually happening? What is indicating a timeout?

What is your application doing that it runs continuously for 40 minutes?


这篇关于应用程序超时问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆