asp.net中的页面请求超时(仅IE浏览器) [英] Page Request Time out in asp.net( IE Browser Only)

查看:99
本文介绍了asp.net中的页面请求超时(仅IE浏览器)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我的网站之一托管在Godaddy Windows托管共享服务器经济计划上,
网站链接 http://partipa.com/ [ ^ ]

在此网站中,我们有asp.net表单,客户可以在其中在线注册.

该Web表单包含5步输入数据.用户在每一步中输入有关公司等的信息.在线数据表中输入数据的最短时间为5分钟左右.

用于为客户输入数据的链接.

http://partipa.com/Not_Profit_fpc.aspx [

Hi,

one of my website is hosted on Godaddy Windows Hosting Shared Server Economy Plan,
Website Link http://partipa.com/[^]

In this website we have asp.net form in which client can register online.

this web form contains 5 step input data. in each step user enter their information regarding their firm etc. the minimum time to enter data in online data sheet is around 5 Min.

link for entering data for client.

http://partipa.com/Not_Profit_fpc.aspx[^]

Problem : if user take more than 10Min to enter data. it gives Request time out in IE Browser only.

Please help me out to solve this problem.

I have changed in web.config

<httpruntime maxrequestlength="2097151" executiontimeout="12000" usefullyqualifiedredirecturl="false" minfreethreads="8" minlocalrequestfreethreads="4" apprequestqueuelimit="100"></httpruntime>



以及也在page_load



and also in page_load

protected void Page_Load(object sender, EventArgs e)
    {
Server.ScriptTimeout = 3000;}



但我无法解决此问题.



but I am not able to solve this problem.

推荐答案

我认为您的设置没有问题.但是无论如何,您都需要这些链接来跟踪问题.

在IIS 7中使用跟踪对失败的请求进行故障排除 [ ^ ]
ASP.NET中的页面超时 [
I think there is no problem in your settings. But anyway you need these links to trace the issues.

How to troubleshoot HttpException Request timed out (ASP.NET 2.0)[^]
Troubleshooting Failed Requests Using Tracing in IIS 7[^]
Page Timeout in ASP.NET[^]


这篇关于asp.net中的页面请求超时(仅IE浏览器)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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