Hi All,
I have web site deployed on production and it has one report page as aspx page. this page fetches records like more than 5000 and binds it to grid.
when I try to bind larger records I am getting page request timeout error after 60 to 90 seconds. This issue is not coming on dev,test servers but only coming on prod server. I have properly added execution timeout athttpruntime maximum value but it not working on production.
On production machine itself it is working fine but when I try to execute that report from other machine it showing page request time out error after 60 sec.
I am getting folowing error.
Network Access Message: The page cannot be displayed |
Explanation: The request timed out before the page could be retrieved. Try the following:
|
Technical Information (for support personnel)
|
Pls help me for this issue.