问题描述
您好,
我在项目中使用ASP.NET。在这个项目中,我使用的是客户端提供的API。所以,我只能调用他们的方法。
该方法需要10-15秒的时间来执行。问题是Internet Explorer在5-6秒后无法生存。该场景就像调试器正在执行中,并且在5-6秒之后,Internet Explorer无法保持活动状态,因此Internet Explorer显示该页面未找到。 10-15秒后,我得到了我的方法的响应但是因为IE已经关闭了。
我已经尝试了会话超时但是它不起作用我也使用了httpruntime在我的web.config文件中但它也不能正常工作。
请帮忙。
谢谢
Hello,
I am using ASP.NET in my project. In this project I am using a API given by my client. So, I can call their methods only.
The method takes 10-15 seconds time for execution. The problem is Internet Explorer can't stay alive after 5-6 seconds. The scenario is like debugger going in execution and after 5-6 seconds the Internet Explorer can't stay alive so internet explorer shows the page is not find. After 10-15 seconds I got the response from my method but as already the IE is down.
I already tried the session timeout but its not working I also used httpruntime in my web.config file but its not working also.
Please help.
Thanks
这篇关于当方法执行时间很长时,Internet Explorer不活动。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!