Oracle Package Problem
-
Hi All, I have a Package in Oracle, which run around 60 to 70 Minute at Oracle Level ( Due to Huge Numbers of Record )and run fine with no Error, but at Application Level (Application Developed in ASP.NET 1.1 with C#.NET) after 40 to 45 Minute, it gives error "Action Canceled : Internet Explorer was unable to link to the Web Page you requested. The Page might be temporarily unavailable" (There is no ASP.NET error Description ). Any idea about that.............. Please note that my Session Time out is 80 Minutes. Thanks in advance Sajjad Rizvi
-
Hi All, I have a Package in Oracle, which run around 60 to 70 Minute at Oracle Level ( Due to Huge Numbers of Record )and run fine with no Error, but at Application Level (Application Developed in ASP.NET 1.1 with C#.NET) after 40 to 45 Minute, it gives error "Action Canceled : Internet Explorer was unable to link to the Web Page you requested. The Page might be temporarily unavailable" (There is no ASP.NET error Description ). Any idea about that.............. Please note that my Session Time out is 80 Minutes. Thanks in advance Sajjad Rizvi
I don't know where you set this, but check IIS settings regardin the connection timeout settings or something like that. The server probably disconnects the client after that time becouse it is taking too long to proccess the request.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
I don't know where you set this, but check IIS settings regardin the connection timeout settings or something like that. The server probably disconnects the client after that time becouse it is taking too long to proccess the request.
-------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
thanx for reply, but in IIS, where can i set the timeout connection.....??? and what impact of connection timeout increases at performance of Application ? Thanx Once again....